Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / AutoAdvance Property


In This Topic
AutoAdvance Property (GeneralEditor)
In This Topic
Gets or sets whether the focus moves to another control when the cursor is moved with the arrow keys.
Syntax
'Declaration
 
Public Overrides Property AutoAdvance As Boolean
 
'Usage
 
Dim instance As GeneralEditor
Dim value As Boolean
 
instance.AutoAdvance = value
 
value = instance.AutoAdvance
See Also