API ReferenceEditor
public class Editor.SegmentedControl : Editor.Widget
Constructors
Showing 1 constructors
public SegmentedControl(Editor.Widget parent = null)
Parameters
parent: Default: null
No results match this filter.
Methods
Showing 4 methods
public void AddOption(string name, string icon = null, System.Nullable`1<int> count = null)
Parameters
icon: Default: nullcount: Default: null
protected virtual void DoLayout()
public bool HasOption(string name)
protected virtual void OnPaint()
No results match this filter.
Properties
Showing 3 properties
public string Editor.SegmentedControl.Selected { get; set; }
public int Editor.SegmentedControl.SelectedIndex { get; set; }
public bool Editor.SegmentedControl.ShowText { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.SegmentedControl |