Class Overview Provides operations on windows of WindowClass type Button. public NativeButton(WindowControl src) Explanation Constructor. Parameter src WindowControl with the target window handle. public NativeButton(WindowsAppFriend app, IntPtr windowHandle) Explanation Constructor. Parameters app Application manipulation object windowHandle Window handle public CheckState CheckState{ get; } Explanation Returns the object's check state. public void EmulateCheck(CheckState state) Explanation
Parameters state Check state public void EmulateCheck(CheckState state, Async async) Explanation
Parameters state Check state async Asynchronous execution object public void EmulateClick() Explanation
public void EmulateClick(Async async) Explanation
Parameters async Asynchronous execution object JR |