Description
Represents an interface for scrollable oracle forms objects.
Syntax
C#
public class IOracleFormsScroller : IAWTScroller,
VB
'Declaration
Public Class IOracleFormsScroller _
Inherits 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)
|