API ReferenceEditor
SegmentedControlclass
Constructors1
Showing 1 constructors
public SegmentedControl(Editor.Widget parent = null)
| Parameter | Type | Description |
|---|---|---|
| parent = null | Widget | — |
No results match this filter.
Methods4
Showing 4 methods
public void AddOption(string name, string icon = null, System.Nullable`1<int> count = null)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| icon = null | string | — |
| count = null | Nullable<int> | — |
Returns:
void—protected virtual void DoLayout()
Returns:
void—public bool HasOption(string name)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
Returns:
bool—protected virtual void OnPaint()
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public string Editor.SegmentedControl.Selected { get; set; }
Returns:
string—public int Editor.SegmentedControl.SelectedIndex { get; set; }
Returns:
int—public bool Editor.SegmentedControl.ShowText { get; set; }
Returns:
bool—No results match this filter.