IOracleFormsScrollable Interface

Description

Represents an interface for scrollable oracle forms objects.

Syntax

C#
public class IOracleFormsScrollable, 
VB
'Declaration
Public Class IOracleFormsScrollable

Properties

Name Description
HorizontalScrollbarPageSize the block increment value of the scroll bar.
HorizontalScrollbarPosition the current position of the scroll bar.
HorizontalScrollbarRange the range value of the scroll bar.
HorizontalScrollbarStepSize the unit increment value of the scroll bar.
VerticalScrollbarPageSize the block increment value of the scroll bar.
VerticalScrollbarPosition the current position of the scroll bar.
VerticalScrollbarRange the range value of the scroll bar.
VerticalScrollbarStepSize the unit increment value of the scroll bar.

Methods

Name Description
GetHorizontalScrollbar Gets the horizontal scroll bar.
GetVerticalScrollbar Gets the vertical scroll bar.
HorizontalScrollbarPage Increments the current scroll position by specified number of pages.
HorizontalScrollbarScrollTo Scrolls to the specified position.
HorizontalScrollbarScrollToMax Scrolls to the maximum position of the scroller.
HorizontalScrollbarScrollToMin Scrolls to the minimum position of the scroller.
HorizontalScrollbarStep Increments the current scroll position by specified steps.
VerticalScrollbarPage Increments the current scroll position by specified number of pages.
VerticalScrollbarScrollTo Scrolls to the specified position.
VerticalScrollbarScrollToMax Scrolls to the maximum position of the scroller.
VerticalScrollbarScrollToMin Scrolls to the minimum position of the scroller.
VerticalScrollbarStep Increments the current scroll position by specified steps.