Tooltip Property

Summary

Gets the text displayed as a tooltip when the user hovers over the hyperlink.

Syntax

TypeScript
JavaScript
Object.defineProperty(Hyperlink.prototype, 'tooltip', 
	get: function() 
) 
tooltip: string; // read-only 

Property Value

A string containing the tooltip text. This text is typically concise, offering a brief description of the hyperlink's destination or purpose.

Requirements

Target Platforms

See Also

Hyperlink Class

Hyperlink Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

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