AbstractMenuCommandLocation Properties

Properties

Container The container in which the command should be shown.
Icon The name of the icon that will be shown next to the menu item.
NoSeparatorAfter Prevents any line separators from being drawn after this item. Set to true when defining a menu item that should come before the first item in a section; in this case SeparatorBefore should also be set to true.
Priority Determines the command button's location inside the menu.
SeparatorBefore Starts a new context menu section by drawing a line separator before this command's menu item.

See Also