NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StandardCommands.VerbLast

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;

Remarks

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.

See Also

StandardCommands Class | StandardCommands Members | System.ComponentModel.Design Namespace