Wimark.Controls Class Library  

FormBase.UpdateBounds Method

Updates the location and size of the form.

Overload List

Updates the location and size of the form.

[Visual Basic] Overridable Overloads Protected Sub UpdateBounds(Rectangle, BoundsSpecified, Boolean)
[C#] protected virtual void UpdateBounds(Rectangle, BoundsSpecified, bool);
[C++] protected: virtual void UpdateBounds(Rectangle, BoundsSpecified, bool);

Inherited from Form

[Visual Basic] UpdateBounds
[C#] UpdateBounds
[C++] UpdateBounds

See Also

FormBase Class | FormBase Members | Wimark.Controls Namespace