ResetTabStop Method (NamedStyle) | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetTabStop Method


In This Topic
ResetTabStop Method (NamedStyle)
In This Topic
Resets to its default value whether the user can set focus to the cell using the Tab key.
Syntax
'Declaration
 
Public Overrides Sub ResetTabStop() 
 
'Usage
 
Dim instance As NamedStyle
 
instance.ResetTabStop()
See Also