Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsCanFocusSet Method


In This Topic
IsCanFocusSet Method (StyleInfo)
In This Topic
Gets whether the focusable setting of the cell (CanFocus property) is set.
Syntax
'Declaration
 
Public Overridable Function IsCanFocusSet() As Boolean
 
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.IsCanFocusSet()
See Also