WebSegmentedButton.SelectionStyles

From Xojo Documentation

Enumeration
[[WebSegmentedButton]].SelectionStyles

New in 2020r1

Defines the number of segments that can be selected: none, single or multiple.

Values

Enum Description
Multiple Any number of segments can be selected.
None No segments can be selected.
Single Only one segment at a time can be selected.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also

WebSegment class.