DesktopSegmentedButton.AddSegmentAt
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
DesktopSegmentedButton.AddSegmentAt(index as Integer, segment as Segment)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Creates a new segment at index (moving the existing segments over).
Example
The following example adds a segment at the 4th position.