IAppBasics Methods
GetScroller
Instantiates and returns an IScroller.
Syntax:
Parameters:
Parameter | Description |
searchRectangle | |
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