This documentation is archived and is not being maintained.

WebControlToolboxItem.Initialize Method

This member overrides ToolboxItem.Initialize.

[Visual Basic]
Overrides Public Sub Initialize( _
   ByVal type As Type _
)
[C#]
public override void Initialize(
 Type type
);
[C++]
public: void Initialize(
 Type* type
);
[JScript]
public override function Initialize(
   type : Type
);

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace

Show: