ButtonMin Property (FpCombo)
In This Topic
Gets or sets the minimum value for the button index in the edit control.
Syntax
'Declaration
Public Overridable Property ButtonMin As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.ButtonMin = value
value = instance.ButtonMin
public virtual int ButtonMin {get; set;}
See Also