Spread Windows Forms 12.0 Product Documentation
SetClientSize Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ControlBase Class : SetClientSize Method
Client Rectangle
Sets the client rectangle size for the control.
Syntax
'Declaration
 
Public Overridable Sub SetClientSize( _
   ByVal rect As Rectangle _
) 
'Usage
 
Dim instance As ControlBase
Dim rect As Rectangle
 
instance.SetClientSize(rect)
public virtual void SetClientSize( 
   Rectangle rect
)

Parameters

rect
Client Rectangle
Remarks

For more information, see the Rectangle structure in the Microsoft .NET Framework Reference.

See Also

Reference

ControlBase Class
ControlBase Members