Spread Windows Forms 12.0 Product Documentation
ButtonStyle Property (ElementWithButtons)
Example 


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWithButtons Class : ButtonStyle Property
Gets or sets the style for the buttons.
Syntax
'Declaration
 
Public Overridable Property ButtonStyle As ElementWithButtonsStyle
'Usage
 
Dim instance As ElementWithButtons
Dim value As ElementWithButtonsStyle
 
instance.ButtonStyle = value
 
value = instance.ButtonStyle
public virtual ElementWithButtonsStyle ButtonStyle {get; set;}

Property Value

ElementWithButtonsStyle setting that determines the style of the element with buttons
Remarks

Buttons can be either scroll buttons, drop-down buttons, or pop-up buttons.

Specify the width of the buttons by setting the ButtonWidth property.

Example
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown;
element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown
element.ButtonWidth = 5
See Also

Reference

ElementWithButtons Class
ElementWithButtons Members
ButtonWidth Property
ElementWithButtonsStyle Enumeration