C# Syntax
public class AIAutoScrollSettings
Public Constructor
Name | Description | |
---|---|---|
AIAutoScrollSettings Constructor | Creates a new instance of the AIAutoScrollSettings class. C# Syntax public AIAutoScrollSettings() |
Public Methods
Name | Description | |
---|---|---|
Enable | Sets the auto scrolling feature to enabled state. C# syntax
| |
Enable (ScrollDirection, int) | Sets the auto scrolling feature to enabled state and sets the direction and max pages to scroll settings. C# syntax
Parameters
Exceptions
| |
Disable | Sets the auto scrolling feature to disabled state. C# syntax
|