ShowVTrackTip Property

Returns/Sets whether or not to display the track tip window when a user scrolls vertically.


Syntax

object.ShowVTrackTip [=  value ]

The syntax of the ShowVTrackTip Property has these parts:

PartDescription
objectA DGrid control.
value   A boolean expression. Show the track tip window when scrolling (True), or not (False).

Data Type

Boolean