WebSegmentedButton.SelectionStyle
From Xojo Documentation
Property (As SelectionStyles )
aWebSegmentedButton.SelectionStyle = newSelectionStylesValue
or
SelectionStylesValue = aWebSegmentedButton.SelectionStyle
New in 2020r1
Supported for all project types and targets.
or
SelectionStylesValue = aWebSegmentedButton.SelectionStyle
New in 2020r1
Supported for all project types and targets.
Defines the number of segments that can be selected: none, single or multiple.
Notes
The default is single.
See Also
WebSegment class.