True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / OnFetchScrollTips Method

In This Topic
    OnFetchScrollTips Method (C1TrueDBDropdown)
    In This Topic
    Occurs whenever the grid has focus and the scrollbar thumb is moved using the mouse.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFetchScrollTips( _
       ByVal e As FetchScrollTipsEventArgs _
    ) 
    protected override void OnFetchScrollTips( 
       FetchScrollTipsEventArgs e
    )

    Parameters

    e
    See Also