Window.DisplayHorizontalScrollBar Property
Word Developer Reference |
True if a horizontal scroll bar is displayed for the specified window. Read/write Boolean.
Syntax
expression.DisplayHorizontalScrollBar
expression A variable that represents a Window object.
Example
This example displays vertical and horizontal scroll bars for the active window.
Visual Basic for Applications |
---|
|
This example toggles the horizontal scroll bar of the window for Document1.
Visual Basic for Applications |
---|
|
See Also