SegmentedControlSegment Type
Constructors
| Constructor |
Description
|
Full Usage:
SegmentedControlSegment(?label, ?icon, ?enabled)
Parameters:
string
-
The text to appear in this segment.
?icon : NativeImage
-
The image to appear in this segment.
?enabled : bool
-
Whether this segment is selectable. Default: true.
Returns: SegmentedControlSegment
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.enabled
|
Whether this segment is selectable. Default: true. |
Full Usage:
this.icon
|
The image to appear in this segment. |
Full Usage:
this.label
|
The text to appear in this segment. |
fable-electron-docs-api