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.UpdateBounds

[To be supplied.]

Overload List

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

See Also

Control Class | Control Members | System.WinForms Namespace