Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / CanFocus Property


In This Topic
CanFocus Property (FormulaTextBox)
In This Topic
Internal use only. Gets or sets whether the user can set focus to the cell using the keyboard or mouse.
Syntax
'Declaration
 
Public Shadows Property CanFocus As Boolean
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Boolean
 
instance.CanFocus = value
 
value = instance.CanFocus
See Also