ButtonWrap Property (FpCombo)
In This Topic
Gets or sets whether the button index wraps when it reaches the value specified by the ButtonMin and ButtonMax properties.
Syntax
'Declaration
Public Overridable Property ButtonWrap As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
instance.ButtonWrap = value
value = instance.ButtonWrap
public virtual bool ButtonWrap {get; set;}
See Also