FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / TabStop Property


In This Topic
TabStop Property (NamedStyle)
In This Topic
Gets or sets whether the user can set focus to the cell using the Tab key.
Syntax
'Declaration
 
Public Overrides Property TabStop As Boolean
 
'Usage
 
Dim instance As NamedStyle
Dim value As Boolean
 
instance.TabStop = value
 
value = instance.TabStop
See Also