DesktopSegmentedButton.RemoveSegmentAt

From Xojo Documentation

Method

DesktopSegmentedButton.RemoveSegementAt(Index as Integer)

New in 2021r3

Supported for all project types and targets.

Removes the specified segment. The first segment is numbered zero.

Example

When in any event of a segmented control, the following example removes the third segment (index position 2) from the segmented control:

Me.RemoveSegmentAt(2)