DisplayVerticalScrollBar Property

Applies To

DrawingObjects Collection, EditBox Object, EditBoxes Collection, Window Object.

Description

True if the vertical scroll bar is displayed. Read-write.

See Also

DisplayHorizontalScrollBar Property, DisplayScrollBars Property.

Example

This example turns on the vertical scroll bar for the active window.


ActiveWindow.DisplayVerticalScrollBar = True