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

In This Topic
    OnScroll Method (C1InputPanelBase)
    In This Topic
    Override this method to get notifications when the control scrolls.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScroll( _
       ByVal sb As ScrollBars _
    ) 
    protected virtual void OnScroll( 
       ScrollBars sb
    )

    Parameters

    sb
    See Also