public class DomainMenuCommandLocation : AbstractMenuCommandLocation
DomainMenuCommandLocation | Constructor |
Container |
Indicates the container in which the command is shown.
(Overrides AbstractMenuCommandLocationContainer) |
Icon |
The name of the icon that will be shown next to the menu item.
(Inherited from AbstractMenuCommandLocation) |
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.
(Inherited from AbstractMenuCommandLocation) |
Priority |
Determines the command button's location inside the menu.
(Inherited from AbstractMenuCommandLocation) |
SeparatorBefore |
Starts a new context menu section by drawing a line separator
before this command's menu item.
(Inherited from AbstractMenuCommandLocation) |