MetaColumn.Initialize Method

Definition

Initializes data that might not be available when the constructor is called.

protected public:
 virtual void Initialize();
protected internal virtual void Initialize ();
abstract member Initialize : unit -> unit
override this.Initialize : unit -> unit
Protected Friend Overridable Sub Initialize ()

Remarks

This method cannot be called directly. To customize initialization, you can derive from this class and override the Initialize method. If you override this method, call the base control's Initialize method.

Applies to