Use the hasVScrollBar( ) method to determine if a frame window is using a vertical scrollbar.

Syntax

<oRef>.hasVScrollBar( )

<oRef>

<oRef> a reference to the _app.FrameWin object.

Property of

_app.frameWin

Description

By indicating whether a vertical scrollbar is present, the hasVScrollBar( ) method allows a form to more accurately determine how much room is available within the frame window.

The hasVScrollBar( ) method returns True if the frame window has a vertical scrollbar.