Visit Gigasoft's Web Site
 ProEssentials v10 Help

PeCustomTrackingOtherText

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

 

public event CustomTrackingOtherTextEventHandler PeCustomTrackingOtherText;

 

public delegate void CustomTrackingOtherTextEventHandler(object sender, ProEssentials.EventArg.CustomTrackingOtherTextEventArgs e);

 

public CustomTrackingOtherTextEventArgs(string TrackingText)

 

Description

The CustomTrackingOtherText event is fired when the mouse is moved over a hot spot that is not a data hot spot. This event provides the developer an event to read the tooltip text and possibly change the tooltip text.

 

Comments

This event is only fired if PeUserInterface.Cursor.TrackingCustomOtherText = true. 

 

There is a related event PeCustomTrackingDataText for when the mouse moves over a non data hot spot region such as graph annotation hot spot or title hot spot.  

 

See Also: PeUserInterface.HotSpot, PeCustomTrackingDataText, CursorPromptLocation, CursorPromptStyle