Inheritence

Summary

Identical to Menu except DeleteOnClose defaults to true. Can optionally be made searchable by setting Editor.ContextMenu.Searchable to true before opening.

Examples

            var menu = new ContextMenu { Searchable = true };
            menu.AddOption( "Option 1", action: () => {} );
            menu.OpenAtCursor();
            

Constructors

ContextMenu

Properties

Searchable Adds a search bar in the context menu. Useful for big menus

Methods

OnAboutToShow
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.