OptionButtonStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.49 (4.9.0.0)
Types of option buttons.
- C#
- VB.NET
public enum OptionButtonStyle : Enum
Public Enum OptionButtonStyle As [Enum]
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 | Returns/Sets the style of the option button. |