Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / TabStop Property


In This Topic
    TabStop Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets whether the user can set focus to the cell using the Tab key.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property TabStop As Boolean
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As Boolean
     
    value = instance.TabStop
    public override bool TabStop {get;}
    See Also