Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AcceptsTab Property


In This Topic
    AcceptsTab Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets or sets whether tabs are accepted.
    Syntax
    'Declaration
     
    
    Public Shadows Property AcceptsTab As Boolean
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.AcceptsTab = value
     
    value = instance.AcceptsTab
    public new bool AcceptsTab {get; set;}
    See Also