hasHScrollBar( )
Topic group Related topics Example
Use the hasHScrollBar( ) method to determine if a frame window is using a horizontal scrollbar.
Syntax
<oRef>.hasHScrollBar( )
<oRef>
<oRef> a reference to the _app.FrameWin object.
Property of
_app.frameWin
Description
By indicating whether a horizontal scrollbar is present, the hasHScrollBar( ) method allows a form to more accurately determine how much room is available within the frame window.
The hasHScrollBar( ) method returns True if the frame window has a horizontal scrollbar.