Skip to main content
Version: 2025

OptionButtonStyle

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Specifies the selection and focus behavior of a SAL option button.

public enum OptionButtonStyle : Enum

Fields

NameDescriptionValue
CheckAn independently toggled check-style option.
PaletteA palette-style option that is not keyboard-selectable.
RadioA mutually exclusive radio-style option.

Used By

NameDescription
SalOptionButton.ButtonStyleGets or sets the SAL option-button style.