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