Mode Type
Union cases
| Union case |
Description
|
Full Usage:
Buttons
|
Make the segments act as buttons, each segment can be pressed and released but never marked as active. Maps to NSSegmentSwitchTrackingMomentary. |
Full Usage:
Multiple
|
Multiple items can be selected at a time. Maps to NSSegmentSwitchTrackingSelectAny. |
Full Usage:
Single
|
Default. One item selected at a time, selecting one deselects the previously selected item. Maps to NSSegmentSwitchTrackingSelectOne. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsButtons
Returns: bool
|
|
Full Usage:
this.IsMultiple
Returns: bool
|
|
Full Usage:
this.IsSingle
Returns: bool
|
|
fable-electron-docs-api