> For the complete documentation index, see [llms.txt](https://web-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-api.iceteagroup.com/ppj.web.49/controls/saloptionbutton/ppj.runtime.windows.optionbuttonstyle.md).

# OptionButtonStyle

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Web.49** (4.9.0.0)

Types of option buttons.

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

```csharp
public enum OptionButtonStyle : Enum
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Fields

| Name        | Description                             |
| ----------- | --------------------------------------- |
| **Check**   | Check button, toggles on and off.       |
| **Palette** | Radio button without gaining the focus. |
| **Radio**   | Radio button.                           |

## Used By

| Name                                                                                                                       | Description                                  |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [SalOptionButton.ButtonStyle](https://docs.wisej.com/extensions/ppj.web.49/controls/saloptionbutton/README.md#buttonstyle) | Returns/Sets the style of the option button. |
