[To be supplied.]
Updates the bounds of the control based on the bounds passed in.
[Visual Basic] Overloads Protected Sub UpdateBounds(Integer, Integer, Integer, Integer, Integer, Integer)
[C#] protected void UpdateBounds(int, int, int, int, int, int);
[C++] protected: void UpdateBounds(int, int, int, int, int, int);
[JScript] protected function UpdateBounds(int, int, int, int, int, int);
Updates the bounds of the control based on the handle the control is bound to.
[Visual Basic] Overloads Protected Sub UpdateBounds()
[C#] protected void UpdateBounds();
[C++] protected: void UpdateBounds();
[JScript] protected function UpdateBounds();
Updates the bounds of the control based on the bounds passed in.
[Visual Basic] Overloads Protected Sub UpdateBounds(Integer, Integer, Integer, Integer)
[C#] protected void UpdateBounds(int, int, int, int);
[C++] protected: void UpdateBounds(int, int, int, int);
[JScript] protected function UpdateBounds(int, int, int, int);