OptionButtonStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Selects mutually exclusive, toggling, or nonfocusable behavior for an option button.
- C#
- VB.NET
public enum OptionButtonStyle : Enum
Public Enum OptionButtonStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Check | Toggle the checked state independently. | |
| Palette | Provide a toggling palette button that does not take keyboard focus. | |
| Radio | Select one option in a radio-button group. |
Used By
| Name | Description |
|---|---|
| SalOptionButton.ButtonStyle | Gets or sets the selection behavior and disables keyboard selection for Palette mode. |