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