C1.Win.FlexGrid.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 _
) 
 

Parameters

newValue
New value for the vertical scrollbar.
See Also