Skip to main content

OptionButtonStyle

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Selects mutually exclusive, toggling, or nonfocusable behavior for an option button.

public enum OptionButtonStyle : Enum

Fields

NameDescriptionValue
CheckToggle the checked state independently.
PaletteProvide a toggling palette button that does not take keyboard focus.
RadioSelect one option in a radio-button group.

Used By

NameDescription
SalOptionButton.ButtonStyleGets or sets the selection behavior and disables keyboard selection for Palette mode.