ScrollBarsVisible Property

Description Sets or returns the visibility of the Application object's scroll bars.   Read/write property.

Usage ApplicationObject.ScrollBarsVisible = [{True|False}]

Data TypeInteger (Boolean)

Remarks The ScrollBarsVisible property settings are:

Setting Description
True (Default) Scroll bars are visible
False Scroll bars are not visible

Note The ScrollBarsVisible property must be set prior to opening the ImageFile object.   For this property to take effect after an image is open, you must reopen the image.