toolBarToolTipText Property

Summary

Gets or sets the tooltip text associated with this AnnAutomationObject.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationObject.prototype, 'toolBarToolTipText', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
toolBarToolTipText: string; 

Property Value

The text associated with this AnnAutomationObject. The default value is null.

Remarks

The AnnAutomation.ToolTip event will occur when the user hovers the mouse over an annotation object.

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

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