Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method (C1StatusBar)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetClientSizeCore( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    protected virtual void SetClientSizeCore( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also