AbstractMenuCommandLocation Class
Defines a command location inside a context menu.
Namespace: MFiles.VAF.Configuration.DomainAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public abstract class AbstractMenuCommandLocation : ICommandLocation
- Inheritance
- Object AbstractMenuCommandLocation
- Derived
- Implements
- ICommandLocation
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.
|