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

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