DomainMenuCommandLocation Constructor

Constructor

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public DomainMenuCommandLocation(
	int priority = 0,
	string icon = null,
	bool separatorBefore = false,
	bool noSeparatorAfter = false
)

Parameters

priority  Int32  (Optional)
Determines the command button's location inside the menu.
icon  String  (Optional)
The name of the icon that will be shown next to the menu item.
separatorBefore  Boolean  (Optional)
Creates a separator before this menu item.
noSeparatorAfter  Boolean  (Optional)
Prevents any line separators from being drawn after this item.

See Also