StandardCommands.VerbLast Field

Definition

Gets the last of a set of verbs. This field is read-only.

public: static initonly System::ComponentModel::Design::CommandID ^ VerbLast;
public static readonly System.ComponentModel.Design.CommandID VerbLast;
 staticval mutable VerbLast : System.ComponentModel.Design.CommandID
Public Shared ReadOnly VerbLast As CommandID 

Field Value

Remarks

This is a special CommandID that identifies the last of a set of designer verbs.

The Visual Studio Windows Forms Designer automatically maps designer verbs to the Verbs property on IDesigner, so generally you do not need to access this command.

All designer verbs for an object become commands with a CommandID within a sequential range of IDs that begins with VerbFirst and ends with VerbLast.

Applies to