[To be supplied.]
Sets the bounds of the control.
[Visual Basic] Overloads Public Sub SetBounds(Integer, Integer, Integer, Integer, BoundsSpecified)
[C#] public void SetBounds(int, int, int, int, BoundsSpecified);
[C++] public: void SetBounds(int, int, int, int, BoundsSpecified);
[JScript] public function SetBounds(int, int, int, int, BoundsSpecified);
Sets the bounds of the control.
[Visual Basic] Overloads Public Sub SetBounds(Integer, Integer, Integer, Integer)
[C#] public void SetBounds(int, int, int, int);
[C++] public: void SetBounds(int, int, int, int);
[JScript] public function SetBounds(int, int, int, int);