Occurs when the mouse hovers over an annotation object and a tooltip is requested.
The event handler receives an argument of type AnnToolTipEventArgs containing data related to this event. The following AnnToolTipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AnnotationObject | Gets the annotation object requesting the tooltip. |
Bounds | Gets the boundary of the object requesting the tooltip. |
Cancel | Gets or sets a value whether to cancel showing the tooltip. |
This event will only occur if the value of AnnAutomationManager.EnableToolTip is set to true. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.
Products |
Support |
Feedback: ToolTip Event - Leadtools.Annotations.Automation |
Introduction |
Help Version 19.0.2017.3.22
|