ExtenderControlToolboxItem.Initialize(Type) Method

Definition

Pre-fills the target-type cache entry with the specified type.

public:
 override void Initialize(Type ^ type);
public override void Initialize (Type type);
override this.Initialize : Type -> unit
Public Overrides Sub Initialize (type As Type)

Parameters

type
Type

The type of the target control.

Applies to