Initialize Method
See Also 
SourceCode.Framework.Design Namespace > ToolboxItemWizard Class : Initialize Method



type
The System.Type that the toolbox item creates.

Glossary Item Box

Initializes the current toolbox item with the specified type to create.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Sub Initialize( _
   ByVal type As Type _
) 
Visual Basic (Usage)Copy Code
Dim instance As ToolboxItemWizard
Dim type As Type
 
instance.Initialize(type)
C# 
public override void Initialize( 
   Type type
)
C++/CLI 
public:
void Initialize( 
   Type^ type
) override 

Parameters

type
The System.Type that the toolbox item creates.

Exceptions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also