ButtonWidth Property (ElementWithButtons)
Gets or sets the button width.
public virtual double ButtonWidth {get; set;}
'Declaration
Public Overridable Property ButtonWidth As Double
'Usage
Dim instance As ElementWithButtons
Dim value As Double
instance.ButtonWidth = value
value = instance.ButtonWidth
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown;
element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown
element.ButtonWidth = 5