enableToolTip Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationManager.prototype, 'enableToolTip', 
	get: function(), 
	set: function(value) 
) 
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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.