SegmentedButton.SelectionStyles

From Xojo Documentation

Enumeration
SegmentedButton.SelectionStyles

New in 2019r2

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.