LOTUSSCRIPT/COM/OLE CLASSES


HotSpotText property
Example

Read-write. For a hotspot doclink, the text representing the doclink.

Defined in

NotesRichTextDocLink

Data type

String

Syntax

To get: text$ = notesRichTextDocLink.HotSpotText

To set: notesRichTextDocLink. HotSpotText = text$

Usage

If this property is an empty string, the doclink is not a hotspot doclink.

You can set this property only for a hotspot doclink.

You cannot set this property to an empty string.

Language cross-reference

HotSpotText property in Java RichTextDocLink class

Example
See Also