ScrollTipText Property

Returns or sets the ToolTip text shown while the user scrolls vertically.

Syntax

[form!]VSFlexGrid.ScrollTipText[ = value As String ]

Remarks

Set this property in response to the BeforeScrollTip event to display information describing a given row as the user scrolls the contents of the control.

For more details, see the ScrollTips property.

Data Type

String

See Also

VSFlexGrid Control