LOTUSSCRIPT/COM/OLE CLASSES


GetSelectedText method
Esempio

Gets the text that is highlighted in the UI.

Nota This method is new with Release 5.

Defined in

NotesUIDocument

Syntax

text$ = notesUIDocument.GetSelectedText( [ fieldName$ ] )

Parameters

fieldName$


Return value

text$

Language cross-reference

EditCopy @command in formula language

Esempio