Class AIAutoScrollSettings
The auto scrolling feature settings, which can be updated during runtime using AIRunSettings.
Inherited Members
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class AIAutoScrollSettings
Constructors
AIAutoScrollSettings()
Constructs a new instance of AIAutoScrollSettings.
Declaration
public AIAutoScrollSettings()
Methods
Disable()
Sets the auto scrolling feature to disabled state.
Declaration
public void Disable()
Enable()
Sets the auto scrolling feature to enabled state.
Declaration
public void Enable()
Enable(ScrollDirection, int)
Sets the auto scrolling feature to _enabled state and sets the _direction and max pages to scroll settings.
Declaration
public void Enable(ScrollDirection direction, int maxScrolls)
Parameters
| Type | Name | Description |
|---|---|---|
| ScrollDirection | direction | the _direction in which to scroll. |
| int | maxScrolls | the maximum number of times to scroll in search of the object. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException |