Class Overview
Provides operations on windows of WindowClass type ScrollBar.
Explanation
Constructor.
Parameter
srcA WindowControl object for the target window
Explanation
Constructor.
Parameters
app Application manipulation object windowHandle Window handle public bool IsVertical{get;}
Explanation
Returns true if the scroll bar is vertical. public int ScrollPos{get;}
Explanation
Returns the current position of the scroll bar. public void EmulateScroll(int pos)
Explanation
Parameter
pos The position to set
Explanation
Parameters
pos The position to set async Asynchronous execution object public void GetScrollRange(ref int min, ref int max)
Explanation
Obtains the scroll bar's scroll range.
Parameters
min Minimum value max Maximum value |