# OptionButtonStyle

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.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://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saloptionbutton/ppj.runtime.windows.optionbuttonstyle) | Returns/Sets the style of the option button. |
