ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.Util.BaseControls Namespace / ScrollableControl Class / OnScrollTip Method
New value for the vertical scrollbar.

In This Topic
    OnScrollTip Method (ScrollableControl)
    In This Topic
    Called before the controls displays a scroll tip.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnScrollTip( _
       ByVal newValue As Integer _
    ) 
    protected virtual void OnScrollTip( 
       int newValue
    )

    Parameters

    newValue
    New value for the vertical scrollbar.
    See Also