Error processing SSI file
(Leadtools.Annotations.Automation)

Show in webframe

ToolTip Event






Occurs when the mouse hovers over an annotation object and a tooltip is requested.
Syntax
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))

Event Data

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.

PropertyDescription
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.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

Error processing SSI file
  Leadtools.Annotations.Automation requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features