TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SetClientSizeCore Method
The client area width, in pixels.
The client area height, in pixels.

In This Topic
    SetClientSizeCore Method (C1TreeView)
    In This Topic
    Sets the size of the client area of the control.
    Syntax
    'Declaration
     
    
    <EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub SetClientSizeCore( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void SetClientSizeCore( 
       int x,
       int y
    )

    Parameters

    x
    The client area width, in pixels.
    y
    The client area height, in pixels.
    See Also