API Referenceglobal
ItemEntryclass
A leaf item entry widget.
Constructors1
Showing 1 constructors
public ItemEntry(Editor.Widget parent, Editor.AdvancedDropdownItem item = null)
| Parameter | Type | Description |
|---|---|---|
| parent | Widget | — |
| item = null | AdvancedDropdownItem | — |
No results match this filter.
Methods1
Showing 1 methods
protected virtual void OnPaint()
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public string Editor.AdvancedDropdownWidget.ItemEntry.Icon { get; set; }
Returns:
string—public bool Editor.AdvancedDropdownWidget.ItemEntry.IsSelected { get; set; }
Returns:
bool—public Editor.AdvancedDropdownItem Editor.AdvancedDropdownWidget.ItemEntry.Item { get; set; }
The source item for this entry.
public string Editor.AdvancedDropdownWidget.ItemEntry.Text { get; set; }
Returns:
string—No results match this filter.