|
PeCustomTrackingOtherText
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 |
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|