Signals the object that loading of all peer components and property sets are complete. It should be possible to invoke any property get or set after calling this method. Note that a sideeffect of this method is the creation of the parent control's handle, therefore, this control must be parented before begin is called
[Visual Basic] Overridable Public Sub Begin() [C#] public virtual void Begin(); [C++] public: virtual void Begin(); [JScript] public function Begin();
AxHost Class | AxHost Members | System.WinForms Namespace | IRequireBegin