ToolTips Property

TooltipOnObject Event

Introduction

 

TooltipOnData Event


 

This event is fired when a ToolTip is about to display and the ToolTips property has been set to enable the data ToolTips. This event (along with the PassLabelBack method) will allow you to modify the ToolTip according to your needs, before it is displayed.

 

Syntax

FlpGrf_TooltipOnData( ByVal GraphSource As Integer, ByVal DataClass As Integer, ByVal DataColumn As Integer, ByVal DataRow As Integer, ByVal ToolTipText As String )

 

The TooltipOnData Event has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph Control object.

GraphSource

The number of the graph that initiated the event.

DataClass

The data type that initiated the event.

DataColumn

The column in the data buffer the point refers to.

DataRow

The row in the data buffer the point refers to.

ToolTipText

The current text of the tooltip.

 

Remarks

Please, try to keep the code in this event as optimized and as fast as possible, as it is fired every time a ToolTip is about to display.

Do not forget to use the PassLabelBack method to update the text on the ToolTip.


 

 

All ToolTip Routines, ToolTips Property, TooltipOnData Event, TooltipOnObject Event



ToolTips Property TooltipOnObject Event

 

 

Last modified on: Friday, August 16, 2002