Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method
    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