Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / AutoAdvance Property


In This Topic
    AutoAdvance Property (SEditTextBox)
    In This Topic
    Gets or sets whether to advance the value based on the arrow key pressed.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoAdvance As Boolean
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As Boolean
     
    instance.AutoAdvance = value
     
    value = instance.AutoAdvance
    public virtual bool AutoAdvance {get; set;}
    See Also