IsShowTwistie (NotesViewColumn - LotusScript®)

Read-write. Indicates whether an expandable column displays a twistie.

Note: This property is new with Release 5.
Note: This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Boolean

Syntax

To get: flag = notesViewColumn.IsShowTwistie

To set: notesViewColumn . IsShowTwistie = flag

Legal values

  • True indicates that the expandable column displays a twistie.
  • False indicates that the expandable column does not display a twistie.

Example