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()
public virtual bool IsCanFocusSet()
See Also