DesktopSegmentedButton.SelectionStyles

From Xojo Documentation

Enumeration
[[DesktopSegmentedButton]].SelectionStyles

New in 2021r3

Specifies the different styles of selection available.

Values

Enum Description
Single Like a group of radio buttons, only one segment can be selected at a time.
Multiple Like a group of checkboxes, any number of segments can be selected at a time.
None Like a series of pushbuttons, no segment can remained selected once pressed.