Header menu logo fable-electron-docs-api

Mode Type

Union cases

Union case Description

Buttons

Full Usage: Buttons

Make the segments act as buttons, each segment can be pressed and released but never marked as active. Maps to NSSegmentSwitchTrackingMomentary.

Multiple

Full Usage: Multiple

Multiple items can be selected at a time. Maps to NSSegmentSwitchTrackingSelectAny.

Single

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

this.IsButtons

Full Usage: this.IsButtons

Returns: bool
Returns: bool

this.IsMultiple

Full Usage: this.IsMultiple

Returns: bool
Returns: bool

this.IsSingle

Full Usage: this.IsSingle

Returns: bool
Returns: bool

Type something to start searching.