CommandLocationListExtensionMethodsDomainMenu Method
Namespace: MFiles.VAF.Configuration.AdminConfigurationsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static List<ICommandLocation> DomainMenu(
this List<ICommandLocation> commandList,
int priority = 0,
string icon = null,
bool separatorBefore = false,
bool noSeparatorAfter = false
)
- commandList ListICommandLocation
- The list to add the location to.
- 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.
Use the values defined in MenuIcon.
- separatorBefore Boolean (Optional)
- Creates a separator before this menu item.
- noSeparatorAfter Boolean (Optional)
- Prevents any line separators from being drawn after this item.
ListICommandLocationThe command list, for chaining.In Visual Basic and C#, you can call this method as an instance method on any object of type
ListICommandLocation. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).