InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / OnResize Method

In This Topic
    OnResize Method (InputControlHost)
    In This Topic
    Raises the Resize event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnResize( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnResize( 
       EventArgs e
    )

    Parameters

    e
    See Also