ToolboxService Class
Assembly: System.Drawing.Design (in system.drawing.design.dll)
'Declaration Public MustInherit Class ToolboxService Implements IToolboxService, IComponentDiscoveryService 'Usage Dim instance As ToolboxService
public abstract class ToolboxService implements IToolboxService, IComponentDiscoveryService
public abstract class ToolboxService implements IToolboxService, IComponentDiscoveryService
Not applicable.
The ToolboxService class is a partial implementation of the IToolboxService interface. To use this implementation you must derive from this class and implement the abstract methods. Once implemented, you may add this class to your designer application's service container. There should be one toolbox service for each designer application.
ToolboxService provides much of the complex logic of creating a toolbox service, but requires that you define the storage containers for categories and items. This allows for simple toolboxes or very complex ones.
- NamedPermissionSet for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state: FullTrust
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.