IAppBasics Methods

GetScroller

Instantiates and returns an IScroller.

Syntax:

IScroller GetScroller(
	Select searchRectangle = null,
	bool requiresFocus = false
)

Parameters:

Parameter

Description

searchRectangle

Type: Select The search rectangle that contains the scroller. If null it should default to Window.

requiresFocus

Type: Boolean if set to true the scroller requires focus, before it can be used with keyboard shortcuts such as page down.

Return Value:

A new object of a class that implements the IScroller interface.

Last updated