ComponentOne List 8.0 for ActiveX
FetchScrollTips Event

 

True DBList Reference> TDBList Events> FetchScrollTips Event

FetchScrollTips Event

If the ScrollTips property is True, the FetchScrollTips event will be fired whenever the control has focus and the scrollbar thumb is moved using the mouse.

Syntax

TDBlist_FetchScrollTips (ByVal SplitIndex As Integer, ByVal ColIndex as Integer, Bookmark As Variant, ByVal ScrollBar as ScrollBarsConstants, ScrollTip As String, ByVal TipStyle As TrueOleDBList70.StyleDisp)

TDBCombo_FetchScrollTips (ByVal ColIndex as Integer, Bookmark As Variant, ByVal ScrollBar as ScrollBarsConstants, ScrollTip As String, ByVal TipStyle As TrueOleDBList70.StyleDisp)

Arguments

SplitIndex is the zero-based index of the split that the scrollbar is associated with.

ColIndex is the leftmost column in the current split.

Bookmark is a variant that uniquely identifies the topmost control row.

ScrollBar identifies the scrollbar that was moved (dbgVertical or dbgHorizontal).

ScrollTip contains the text to be displayed in the pop-up text box.

TipStyle is a Style object used to override the font and color characteristics of the scroll tip text.

Remarks

Event applies to TDBList and TDBCombo controls.

By setting the properties of the TipStyle object, you can control the background color, text color, and font of the pop-up text box. By default, the TipStyle object uses the system ToolTip colors and the font attributes of the current split.

See Also

TDBList and TDBCombo Controls

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback