Class Overview
Provides operations on windows of WindowClass type msctls_updown32.
Explanation
Constructor.
Parameter
src A WindowControl object for the target window
Explanation
Constructor.
Parameters
app Application manipulation object windowHandle Window handle public int Pos{get;}
Explanation
Returns the current position public void EmulateChangePos(int pos)
Explanation
Parameter
pos Position to set
Explanation
Parameters
pos Position to set async Asynchronous execution object
public void GetRange(ref int min, ref int max)
Explanation
Obtains the selected range.
Parameters
min Minimum value max Maximum value JR |