enableToolTip Property

Summary

Gets or sets a value that indicates whether firing the ToolTip event is enabled

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'enableToolTip', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
enableToolTip: boolean; 

Property Value

true 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly