MenuCommands Class
Defines a set of CommandID fields that each correspond to a command function provided by the host environment.
Assembly: System.Design (in System.Design.dll)
System.ComponentModel.Design::StandardCommands
System.Windows.Forms.Design::MenuCommands
| Name | Description | |
|---|---|---|
![]() | MenuCommands() | Initializes a new instance of the MenuCommands class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ComponentTrayMenu | A CommandID that can be used to access the component tray menu. |
![]() ![]() | ContainerMenu | A CommandID that can be used to access the container menu. |
![]() ![]() | DesignerProperties | A CommandID that can be used to access the properties page for the designer. |
![]() ![]() | EditLabel | A CommandID that can be used to access the edit label handler. |
![]() ![]() | KeyCancel | A CommandID that can be used to access the cancel key handler. |
![]() ![]() | KeyDefaultAction | A CommandID that can be used to access the default key handler. |
![]() ![]() | KeyEnd | A CommandID that can be used to access the end key handler. |
![]() ![]() | KeyHome | A CommandID that can be used to access the home key handler. |
![]() ![]() | KeyInvokeSmartTag | A CommandID that can be used to access the smart tag invocation handler. |
![]() ![]() | KeyMoveDown | A CommandID that can be used to access the move down key handler. |
![]() ![]() | KeyMoveLeft | A CommandID that can be used to access the move left key handler. |
![]() ![]() | KeyMoveRight | A CommandID that can be used to access the move right key handler. |
![]() ![]() | KeyMoveUp | A CommandID that can be used to access the move up key handler. |
![]() ![]() | KeyNudgeDown | A CommandID that can be used to access the nudge down key handler. |
![]() ![]() | KeyNudgeHeightDecrease | A CommandID that can be used to access the nudge height decrease key handler. |
![]() ![]() | KeyNudgeHeightIncrease | A CommandID that can be used to access the nudge height increase key handler. |
![]() ![]() | KeyNudgeLeft | A CommandID that can be used to access the nudge left key handler. |
![]() ![]() | KeyNudgeRight | A CommandID that can be used to access the nudge right key handler. |
![]() ![]() | KeyNudgeUp | A CommandID that can be used to access the nudge up key handler. |
![]() ![]() | KeyNudgeWidthDecrease | A CommandID that can be used to access the nudge width decrease key handler. |
![]() ![]() | KeyNudgeWidthIncrease | A CommandID that can be used to access the nudge width increase key handler. |
![]() ![]() | KeyReverseCancel | A CommandID that can be used to access the reverse cancel key handler. |
![]() ![]() | KeySelectNext | A CommandID that can be used to access the select next key handler. |
![]() ![]() | KeySelectPrevious | A CommandID that can be used to access the select previous key handler. |
![]() ![]() | KeyShiftEnd | A CommandID that can be used to access the SHIFT-END key handler. |
![]() ![]() | KeyShiftHome | A CommandID that can be used to access the SHIFT-HOME key handler. |
![]() ![]() | KeySizeHeightDecrease | A CommandID that can be used to access the size height decrease key handler. |
![]() ![]() | KeySizeHeightIncrease | A CommandID that can be used to access the size height increase key handler. |
![]() ![]() | KeySizeWidthDecrease | A CommandID that can be used to access the size width decrease key handler. |
![]() ![]() | KeySizeWidthIncrease | A CommandID that can be used to access the size width increase key handler. |
![]() ![]() | KeyTabOrderSelect | A CommandID that can be used to access the tab order select key handler. |
![]() ![]() | SelectionMenu | A CommandID that can be used to access the selection menu. |
![]() ![]() | SetStatusRectangle | A CommandID that can be used to set the status rectangle. |
![]() ![]() | SetStatusText | A CommandID that can be used to set the status rectangle text. |
![]() ![]() | TraySelectionMenu | A CommandID that can be used to access the tray selection menu. |
MenuCommands contains a set of CommandID fields that can be used to specify a command to link when adding a command using the AddCommand method of the IMenuCommandService.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


