NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.SetBounds

[To be supplied.]

Overload List

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);

See Also

Control Class | Control Members | System.WinForms Namespace