ToolboxItem.Initialize(Type) Method

Definition

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

public:
 virtual void Initialize(Type ^ type);
public virtual void Initialize (Type type);
public virtual void Initialize (Type? type);
abstract member Initialize : Type -> unit
override this.Initialize : Type -> unit
Public Overridable Sub Initialize (type As Type)

Parameters

type
Type

The Type that the toolbox item creates.

Exceptions

Remarks

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:

Applies to