StandardCommands::VerbFirst Field
.NET Framework (current version)
Gets the first of a set of verbs. This field is read-only.
Assembly: System (in System.dll)
Field Value
Type: System.ComponentModel.Design::CommandID^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.
.NET Framework
Available since 1.1
Available since 1.1
Show: