Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / TabStop Property


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