Difference between revisions of "iOSSegmentedControl"
From Xojo Documentation
(Created page with "{{ClassBox | super=iOSControl | project=Mobile | target=iOS | scope=global }} {{Description | text=A horizontal button made up of multiple, independent segments.}} <dynam...") |
|||
Line 13: | Line 13: | ||
<dynamicTable id="Properties" super="iOSControl" class="propertyTable" title="Properties" columns="3"> | <dynamicTable id="Properties" super="iOSControl" class="propertyTable" title="Properties" columns="3"> | ||
+ | {{Property | name=Enabled | description=(Boolean) Indicates if the control is enabled for use.}} | ||
{{Property | name=Value | description=(Integer) The currently selected segment.}} | {{Property | name=Value | description=(Integer) The currently selected segment.}} | ||
</dynamicTable> | </dynamicTable> |
Revision as of 19:51, 31 January 2019
Class (inherits from iOSControl)
This class is supported on Mobile (iOS). Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported. |
A horizontal button made up of multiple, independent segments.
Events | |||
|
Properties | |||||||||||
|
Methods | ||||||||||||||||
|
See Also
iOSSegmentedControlItem class