ToolBarButtonStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the style of the button in a ToolBar control.
- C#
- VB.NET
public enum ToolBarButtonStyle : Enum
Public Enum ToolBarButtonStyle As [Enum]
Fields
| Name | Description |
|---|---|
| DropDownButton | A drop-down button that displays a menu when clicked. |
| PushButton | A standard button. |
| Separator | A line between ToolBar buttons. |
| ToggleButton | A toggle button. The Pushed property and state is toggle on each click. |
Used By
| Name | Description |
|---|---|
| ToolBarButton.Style | Returns or sets the style of the toolbar button. |
| ToolBarButtonExtensions.Style | Sets the style of the ToolBarButton. |