Notifies the object that initialization is beginning and puts it on standby.
[Visual Basic] Overridable Public Sub BeginInit() [C#] public virtual void BeginInit(); [C++] public: virtual void BeginInit(); [JScript] public function BeginInit();
Use this method when you need to change multiple properties on the component all at once.