ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollableControl Class / OnScroll Method

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

    Parameters

    sb
    See Also