# ToolBarButtonStyle

Namespace: **Wisej.Web**

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

Specifies the style of the button in a [ToolBar](https://docs.wisej.com/api/v2.2/wisej.web/containers/toolbar) control.

{% tabs %}
{% tab title="C#" %}

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

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum ToolBarButtonStyle As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name               | Description                                                                                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **DropDownButton** | A drop-down button that displays a menu when clicked.                                                                                                          |
| **PushButton**     | A standard button.                                                                                                                                             |
| **Separator**      | A line between [ToolBar](https://docs.wisej.com/api/v2.2/wisej.web/containers/toolbar) buttons.                                                                |
| **ToggleButton**   | A toggle button. The [Pushed](https://docs.wisej.com/api/v2.2/wisej.web/containers/wisej.web.toolbarbutton#pushed) property and state is toggle on each click. |

## Used By

| Name                                                                                                      | Description                                      |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [ToolBarButton.Style](https://docs.wisej.com/api/v2.2/wisej.web/containers/wisej.web.toolbarbutton#style) | Returns or sets the style of the toolbar button. |
