Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DhDocument.getScroll

Retrieves the current scroll mode.

Syntax

public int getScroll()

Return Value

Returns the current scrolling mode. This can be one of the following DhScrollBars values:

  • AUTO indicates that the browser determines scrolling.
  • YES indicates scrolling is enabled.
  • NO indicates scrolling is disabled.

Note   AUTO and YES are equivalent.

See Also   com.ms.wfc.html.DhScrollBars, setScroll