Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the placement of a command. This can be either a top level menu, e.g.: FileMenu or BlocksMenu or a context menu, e.g.: ContextAdd, ContextCustom.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Enumeration CommandPlacement
public enum CommandPlacement
public enum class CommandPlacement
public enum CommandPlacement
Members
| Member name | Description | |
|---|---|---|
| FileMenu |
Specifies placement of the command in the top level file menu.
|
|
| BlocksMenu |
Specifies placement of the command in the top level blocks menu.
|
|
| WizardMenu |
Specifies placement of the command in the top level wizards menu.
|
|
| ContextAdd |
Specifies placement of the command in the contextual add menu for an configuration element.
|
|
| ContextCustom |
Specifies placement of the command in the custom commands menu for an configuration element.
|
|
| ContextDelete |
Specifies placement of the command in the delete commands menu for an configuration element.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace