# ToolBarButtonStyle

URL: https://docs.wisej.com/api/wisej.web/containers/toolbar/wisej.web.toolbarbuttonstyle

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Specifies the style of the button in aToolBar control.

- C# - VB.NET

```csharp
public enum ToolBarButtonStyle : Enum
```

```visual
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 betweenToolBar buttons. | **ToggleButton** | A toggle button. The [Pushed](/api/wisej.web/containers/toolbar/wisej.web.toolbarbutton#pushed) property and state is toggle on each click. 

## Used By

| Name | Description | [ToolBarButton.Style](/api/wisej.web/containers/toolbar/wisej.web.toolbarbutton#style) | Returns or sets the style of the toolbar button. | [ToolBarButtonExtensions.Style](/api/wisej.web.markup/extensions/wisej.web.markup.toolbarbuttonextensions#style-toolbarbutton-style) | Sets the style of the [ToolBarButton](/api/wisej.web/containers/toolbar/wisej.web.toolbarbutton) .
