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


In This Topic
    AutoAdvance Property (SuperEditBase)
    In This Topic
    Gets or sets whether the focus moves to another control when the pointer is moved with the arrow keys.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoAdvance As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    instance.AutoAdvance = value
     
    value = instance.AutoAdvance
    public virtual bool AutoAdvance {get; set;}
    See Also