![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : ToolTip Event |
public event EventHandler<AnnToolTipEventArgs> ToolTip
'Declaration
Public Event ToolTip As EventHandler(Of AnnToolTipEventArgs)
public event EventHandler<AnnToolTipEventArgs> ToolTip
add_ToolTip(function(sender, e)) remove_ToolTip(function(sender, e))
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.