FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1RibbonForm Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method (C1RibbonForm)
    In This Topic
    Sets the size of the client area of the control.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetClientSizeCore( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected override void SetClientSizeCore( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also