Window.DisplayLeftScrollBar Property (Word)

True if the vertical scroll bar appears on the left side of the document window. Read/write Boolean.

Syntax

expression .DisplayLeftScrollBar

expression An expression that returns a Window object.

Example

This example displays the vertical scroll bar on the left side of the active window.

ActiveWindow.DisplayLeftScrollBar = True

See Also

Concepts

Window Object Members

Window Object