LOTUSSCRIPT/COM/OLE CLASSES


ImagesText property
Example

Read-write. The name of the image file you would use to add an icon to your entry.

Defined in

NotesOutlineEntry

Data type

String

Syntax

To get: image$ = notesOutlineEntry.ImagesText

To set: notesOutlineEntry.ImagesText = image$

Language cross-reference

ImagesText in Java OutlineEntry class

Example
See Also