LOTUSSCRIPT/COM/OLE CLASSES


IsHidden property
Esempio

Read-write. Indicates whether an entry is hidden in the current user context (read) or hides an entry in all contexts (write).

Nota This property has new semantics with Release 5.0.1.

Nota This property is obsolete in Release 5.0.3.

Nota This property is not supported in COM.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry.IsHidden

To set: notesOutlineEntry.IsHidden = flag

Legal values


Usage

The current user context can be the Notes client or a Web browser.

To read and write the hide properties with precision, see IsHiddenFromNotes, IsHiddenFromWeb, HideFormula, and UseHideFormula.

Language cross-reference

IsHidden in Java OutlineEntry class

Esempio
Vedere anche