IAWTScrollable Interface

Description

Represents an interface for AWT objects that can have two scroll bars.

Inheritance Hierarchy

Syntax

C#
public class IAWTScrollable : IBaseScrollable, 
VB
'Declaration
Public Class IAWTScrollable _
Inherits IBaseScrollable

Properties

Name Description
Position the current scroll position of the scrollable component. (Inherited from IBaseScrollable)

Methods

Name Description
GetHorizontalBar Gets the horizontal scroll bar.
GetVerticalBar Gets the vertical scroll bar.
ScrollTo Scrolls to the specified position. (Inherited from IBaseScrollable)