LOTUSSCRIPT/COM/OLE CLASSES


HorzScrollBar property
Example

Read-write. Indicates whether the horizontal scroll bar on a document is displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument.HorzScrollBar

To set: notesUIDocument.HorzScrollBar = flag

Legal values


Note HorzScrollBar is not supported under OS/2 or on the Macintosh.

Language cross-reference

EditHorizScrollbar @command in formula language

Example