API ReferenceEditor
ContextMenuclass
Identical to Menu except DeleteOnClose defaults to true. Can optionally be made searchable by setting `Editor.ContextMenu.Searchable` to true before opening.
Constructors1
Showing 1 constructors
public ContextMenu(Editor.Widget parent = null)
| Parameter | Type | Description |
|---|---|---|
| parent = null | Widget | — |
No results match this filter.
Methods1
Showing 1 methods
protected virtual void OnAboutToShow()
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public bool Editor.ContextMenu.Searchable { get; set; }
Adds a search bar in the context menu. Useful for big menus
Returns:
bool—No results match this filter.