InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / SetClientSizeCore Method

In This Topic
    SetClientSizeCore Method (C1InputPanelBase)
    In This Topic
    This member overrides System.Windows.Forms.Control.SetClientSizeCore(System.Int32,System.Int32). Override this method to account for scrollbars size.
    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