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


In This Topic
    AutoAdvance Property (FpCombo)
    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 FpCombo
    Dim value As Boolean
     
    instance.AutoAdvance = value
     
    value = instance.AutoAdvance
    public virtual bool AutoAdvance {get; set;}
    See Also