Skip to main content
Version: 3.5

ToolBarButtonStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the style of the button in a ToolBar control.

public enum ToolBarButtonStyle : Enum

Fields

NameDescription
DropDownButtonA drop-down button that displays a menu when clicked.
PushButtonA standard button.
SeparatorA line between ToolBar buttons.
ToggleButtonA toggle button. The Pushed property and state is toggle on each click.

Used By

NameDescription
ToolBarButton.StyleReturns or sets the style of the toolbar button.