StandardCommands.VerbFirst Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the first of a set of verbs. This field is read-only.
public: static initonly System::ComponentModel::Design::CommandID ^ VerbFirst;
public static readonly System.ComponentModel.Design.CommandID VerbFirst;
staticval mutable VerbFirst : System.ComponentModel.Design.CommandID
Public Shared ReadOnly VerbFirst As CommandID
Field Value
Remarks
This is a special CommandID that identifies the first 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.