OptionButtonStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.50 (5.0.0.0)
Specifies the selection and focus behavior of a SAL option button.
- C#
- VB.NET
public enum OptionButtonStyle : Enum
Public Enum OptionButtonStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Check | An independently toggled check-style option. | |
| Palette | A palette-style option that is not keyboard-selectable. | |
| Radio | A mutually exclusive radio-style option. |
Used By
| Name | Description |
|---|---|
| SalOptionButton.ButtonStyle | Gets or sets the SAL option-button style. |