Identifies the last of a set of verbs. Read only.
[Visual Basic] Public Shared ReadOnly VerbLast As CommandID [C#] public static readonly CommandID VerbLast; [C++] public: static readonly CommandID* VerbLast; [JScript] public static var VerbLast : CommandID;
This is a special command that identifies the last 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