DomainMenuCommandLocation Constructor |
Constructor
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic DomainMenuCommandLocation(
int priority = 0,
string icon = null,
bool separatorBefore = false,
bool noSeparatorAfter = false
)
Public Sub New (
Optional priority As Integer = 0,
Optional icon As String = Nothing,
Optional separatorBefore As Boolean = false,
Optional noSeparatorAfter As Boolean = false
)
public:
DomainMenuCommandLocation(
int priority = 0,
String^ icon = nullptr,
bool separatorBefore = false,
bool noSeparatorAfter = false
)
Parameters
- priority (Optional)
- Type: SystemInt32
Determines the command button's location inside the menu. - icon (Optional)
- Type: SystemString
The name of the icon that will be shown next to the menu item. - separatorBefore (Optional)
- Type: SystemBoolean
Creates a separator before this menu item. - noSeparatorAfter (Optional)
- Type: SystemBoolean
Prevents any line separators from being drawn after this item.
See Also