This topic has not yet been rated - Rate this topic

MenuCommands Members

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

The following tables list the members exposed by the MenuCommands type.

  Name Description
Public method MenuCommands Initializes a new instance of the MenuCommands class.
Top
  Name Description
Public field Static ComponentTrayMenu A CommandID that can be used to access the component tray menu.
Public field Static ContainerMenu A CommandID that can be used to access the container menu.
Public field Static DesignerProperties A CommandID that can be used to access the properties page for the designer.
Public field Static EditLabel A CommandID that can be used to access the edit label handler.
Public field Static KeyCancel A CommandID that can be used to access the cancel key handler.
Public field Static KeyDefaultAction A CommandID that can be used to access the default key handler.
Public field Static KeyEnd A CommandID that can be used to access the end key handler.
Public field Static KeyHome A CommandID that can be used to access the home key handler.
Public field Static KeyInvokeSmartTag A CommandID that can be used to access the smart tag invocation handler.
Public field Static KeyMoveDown A CommandID that can be used to access the move down key handler.
Public field Static KeyMoveLeft A CommandID that can be used to access the move left key handler.
Public field Static KeyMoveRight A CommandID that can be used to access the move right key handler.
Public field Static KeyMoveUp A CommandID that can be used to access the move up key handler.
Public field Static KeyNudgeDown A CommandID that can be used to access the nudge down key handler.
Public field Static KeyNudgeHeightDecrease A CommandID that can be used to access the nudge height decrease key handler.
Public field Static KeyNudgeHeightIncrease A CommandID that can be used to access the nudge height increase key handler.
Public field Static KeyNudgeLeft A CommandID that can be used to access the nudge left key handler.
Public field Static KeyNudgeRight A CommandID that can be used to access the nudge right key handler.
Public field Static KeyNudgeUp A CommandID that can be used to access the nudge up key handler.
Public field Static KeyNudgeWidthDecrease A CommandID that can be used to access the nudge width decrease key handler.
Public field Static KeyNudgeWidthIncrease A CommandID that can be used to access the nudge width increase key handler.
Public field Static KeyReverseCancel A CommandID that can be used to access the reverse cancel key handler.
Public field Static KeySelectNext A CommandID that can be used to access the select next key handler.
Public field Static KeySelectPrevious A CommandID that can be used to access the select previous key handler.
Public field Static KeyShiftEnd A CommandID that can be used to access the SHIFT-END key handler.
Public field Static KeyShiftHome A CommandID that can be used to access the SHIFT-HOME key handler.
Public field Static KeySizeHeightDecrease A CommandID that can be used to access the size height decrease key handler.
Public field Static KeySizeHeightIncrease A CommandID that can be used to access the size height increase key handler.
Public field Static KeySizeWidthDecrease A CommandID that can be used to access the size width decrease key handler.
Public field Static KeySizeWidthIncrease A CommandID that can be used to access the size width increase key handler.
Public field Static KeyTabOrderSelect A CommandID that can be used to access the tab order select key handler.
Public field Static SelectionMenu A CommandID that can be used to access the selection menu.
Public field Static SetStatusRectangle A CommandID that can be used to set the status rectangle.
Public field Static SetStatusText A CommandID that can be used to set the status rectangle text.
Public field Static TraySelectionMenu A CommandID that can be used to access the tray selection menu.
Top
(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.