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.
Namespace hierarchy
Classes
Interfaces
| Interface |
Description |
| IPropertyValueUIService |
Provides an interface to manage the images, ToolTips, and event handlers for the properties of a component displayed in a property browser. |
| IToolboxService |
Provides methods and properties to manage and query the toolbox in the development environment. |
| IToolboxUser |
Defines an interface for setting the currently selected toolbox item and indicating whether a designer supports a particular toolbox item. |
Delegates
Enumerations
See Also
.NET Framework Class Library