[This is preliminary documentation and is subject to change.]

Creates custom menu items for command modification.

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
ToolStripDropDownItem[] CreateCustomMenu()
Function CreateCustomMenu As ToolStripDropDownItem()
array<ToolStripDropDownItem^>^ CreateCustomMenu()

Return Value

Menu items array (could be empty) or null.

Remarks

Called everytime menu is shown, so implementer doesn't need to take care about items state. After menu is hidden items are disposed.

See Also