HorzScrollBar (NotesUIDocument - LotusScript®)

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

  • True indicates that the horizontal scroll bar is visible.
  • False indicates that the horizontal scroll bar is hidden.
Note: HorzScrollBar is not supported on the Macintosh.

Example