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