DisplayLeftScrollBar Property

Microsoft Word Visual Basic

expression.DisplayLeftScrollBar

expression    Required. An expression that returns a Window object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

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

ActiveWindow.DisplayLeftScrollBar = True