IToolboxUser Interface
Defines an interface for setting the currently selected toolbox item and indicating whether a designer supports a particular toolbox item.
For a list of all members of this type, see IToolboxUser Members.
[Visual Basic] Public Interface IToolboxUser [C#] public interface IToolboxUser [C++] public __gc __interface IToolboxUser [JScript] public interface IToolboxUser
Classes that Implement IToolboxUser
| Class | Description |
|---|---|
| ComponentDocumentDesigner | Base designer class for extending the design mode behavior of a root design document that supports nested components. |
| DocumentDesigner | Base designer class for extending the design mode behavior of, and providing a root-level design mode view for, a Control that supports nested controls and should receive scroll messages. |
Remarks
This interface provides toolbox support functions to designers. The GetToolSupported method indicates whether the specified ToolboxItem can be used when the current designer is active. The ToolPicked method selects the specified ToolboxItem.
Requirements
Namespace: System.Drawing.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
IToolboxUser Members | System.Drawing.Design Namespace | ToolboxItem