IOracleFormsScroller Interface

Description

Represents an interface for scrollable oracle forms objects.

Inheritance Hierarchy

Syntax

'Declaration
Public Class IOracleFormsScroller _
Inherits IAWTScroller

Properties

Name Description
PageSize the block increment value of the scroll bar. (Inherited from IAWTScroller)
Position the current position of the scroll bar. (Inherited from IAWTScroller)
Range the range value of the scroll bar. (Inherited from IAWTScroller)
StepSize the unit increment value of the scroll bar. (Inherited from IAWTScroller)

Methods

Name Description
Page Increments the current scroll position by specified number of pages. (Inherited from IAWTScroller)
ScrollTo Scrolls to the specified position. (Inherited from IAWTScroller)
ScrollToMax Scrolls to the maximum position of the scroller.
ScrollToMin Scrolls to the minimum position of the scroller.
Step Increments the current scroll position by specified steps. (Inherited from IAWTScroller)