The System.Drawing.Design namespace contains classes that extend design-time user interface (UI) logic and drawing.
The classes in this namespace can be used to create custom toolbox items, type-specific value editors that can edit and graphically represent values of their supported types, and type converters that can convert values between certain types. This namespace provides the basic frameworks for developing extensions to the design-time UI.
Caution: |
|---|
Classes within the System.Drawing.Design namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions. |
|
| Interface | Description |
|---|
.gif) | IPropertyValueUIService | Provides an interface to manage the images, ToolTips, and event handlers for the properties of a component displayed in a property browser. |
.gif) | IToolboxItemProvider | Exposes a collection of toolbox items. |
.gif) | IToolboxService | Provides methods and properties to manage and query the toolbox in the development environment. |
.gif) | IToolboxUser | Defines an interface for setting the currently selected toolbox item and indicating whether a designer supports a particular toolbox item. |