Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / MoveActiveOnFocus Property


In This Topic
MoveActiveOnFocus Property (SpreadView)
In This Topic
Gets or sets whether the location of the active cell in the view moves when the user moves the focus to the view using the mouse.
Syntax
'Declaration
 
Public Property MoveActiveOnFocus As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.MoveActiveOnFocus = value
 
value = instance.MoveActiveOnFocus
See Also