DisplayHorizontalScrollBar Property
Applies To
Window object.
Description
True if the horizontal scroll bar is displayed. Read/write Boolean.
See Also
DisplayScrollBars property, DisplayVerticalScrollBar property, TabRatio property.
Example
This example turns on the horizontal scroll bar for the active window.
ActiveWindow.DisplayHorizontalScrollBar = True