OnScrollTip Method (ScrollableControl)
In This Topic
Called before the controls displays a scroll tip.
Syntax
'Declaration
Protected Overridable Sub OnScrollTip( _
ByVal As Integer _
)
protected virtual void OnScrollTip(
int
)
Parameters
- newValue
- New value for the vertical scrollbar.
See Also