Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

EnableToolTip Property

Show in webframe
Gets or sets a value that indicates whether firing the ToolTip event is enabled
Syntax
get_enableToolTip();
set_enableToolTip(value);
Object.defineProperty('enableToolTip');

Property Value

TypeDescription
booleantrue to fire the ToolTip event; otherwise, false. The default value is false.
Remarks

When the value of this property is true and the user hovers the mouse cursor over an annotation object, the AnnAutomation.ToolTip event will fire indicating a tooltip is required. Showing the tooltip is platform depending operation that is handled by the platform-specific automation helper class.

See Also

Reference

AnnAutomationManager Object
AnnAutomationManager Members

Error processing SSI file