ToolboxItem.Initialize Method
.NET Framework 2.0
Initializes the current toolbox item with the specified type to create.
Namespace: System.Drawing.Design
Assembly: System.Drawing (in system.drawing.dll)
Assembly: System.Drawing (in system.drawing.dll)
| Exception type | Condition |
|---|---|
| The ToolboxItem was locked. |
The Initialize method configures the toolbox item to create the specified type, if the CreateComponentsCore method has not been overridden to behave differently.
This method performs the following operations:
-
Sets the AssemblyName property to an AssemblyName indicating the assembly of the specified type.
-
Sets the DisplayName property to a short type name based on the name of the specified type.
-
Adds any ToolboxItemFilterAttribute attributes found on the specified type to the Filter property collection.
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.Community Additions
ADD
Show: