MenuCommands Class

Definition

Defines a set of CommandID fields that each correspond to a command function provided by the host environment.

public ref class MenuCommands sealed : System::ComponentModel::Design::StandardCommands
public sealed class MenuCommands : System.ComponentModel.Design.StandardCommands
type MenuCommands = class
    inherit StandardCommands
Public NotInheritable Class MenuCommands
Inherits StandardCommands
Inheritance
MenuCommands

Remarks

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.

Constructors

MenuCommands()

Initializes a new instance of the MenuCommands class.

Fields

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.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to