[]
        
(Showing Draft Content)

FarPoint.Win.ElementWithButtons.ButtonStyle

ButtonStyle Property

ButtonStyle

Gets or sets the button style for ElementsWithButtons objects.

Declaration
public virtual ElementWithButtonsStyle ButtonStyle { get; set; }
Public Overridable Property ButtonStyle As ElementWithButtonsStyle
Examples
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown;
element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown
element.ButtonWidth = 5