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