StandardCommands::VerbFirst Field

 

Gets the first of a set of verbs. This field is read-only.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
static initonly CommandID^ VerbFirst

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
Return to top
Show: