Wimark.Controls Class Library  

FormBase.UpdateBounds(Rectangle, BoundsSpecified, Boolean) Method

Updates the location and size of the form.

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

FormBase Class | FormBase Members | Wimark.Controls Namespace