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