Identifies the first of a set of verbs. Read only.
[Visual Basic] Public Shared ReadOnly VerbFirst As CommandID [C#] public static readonly CommandID VerbFirst; [C++] public: static readonly CommandID* VerbFirst; [JScript] public static var VerbFirst : CommandID;
This is a special command that identifies the first of a set of verbs. The Visual Studio form designer automatically maps verbs back to the Verbs property on IDesigner, so generally you do not need to access this command. All verbs for an object become commands that start with VerbFirst, up to a maximum of VerbLast.
StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace