SegmentedControlItem.Enabled
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Segment.Enabled as a replacement. |
Property (As Boolean )
aSegmentedControlItem.Enabled = newBooleanValue
or
BooleanValue = aSegmentedControlItem.Enabled
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aSegmentedControlItem.Enabled
New in 2010r4
Supported for all project types and targets.
True if the segment is enabled. The default is True.
Example
This example disables the second segment. It is in the Open event of the SegmentedControl.