Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ControlBase Class / SetClientSize Method
Client Rectangle


In This Topic
    SetClientSize Method (ControlBase)
    In This Topic
    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
    See Also