DesignerCommandSet Class
Assembly: System.Design (in system.design.dll)
The ComponentDesigner class provides the ActionLists and Verbs properties to query for the DesignerActionList and DesignerVerb collections, respectively. However, if a design-time tool author decides not to derive from this class, the DesignerCommandSet class represents an alternative base class to provide this functionality.
The DesignerCommandSet class contains only three members, described in the following table.
| Public member | Description |
|---|---|
| Returns the collection of either the smart tags or designer verbs associated with the designed component. The base implementation returns a null reference (Nothing in Visual Basic). | |
| Gets the collection of all the smart tags associated with the designed component. The base implementation simply calls GetCommands. | |
| Gets the collection of all the designer verbs associated with the designed component. The base implementation simply calls GetCommands. |
A DesignerCommandSet should be added as a site-specific service. Externally, a service of this type should first be queried to discover smart tag and designer verb functionality. If this service is not found, then the IDesigner.Verbs property should be used instead. This procedure provides a path for backwards compatibility.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.