APIStartListeningForSynchInput Method |
Causes the application to start listening for mouse or keyboard input to the UI Item.
inputType: [in] A combination of values from the SynchronizedInputType enumerated type specifying the type of input for which to listen.
inputType ENUM: {
SynchronizedInputType_KeyUp,
SynchronizedInputType_KeyDown,
SynchronizedInputType_LeftMouseUp,
SynchronizedInputType_LeftMouseDown,
SynchronizedInputType_RightMouseUp,
SynchronizedInputType_RightMouseDown
}
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string StartListeningForSynchInput(
Object UIItemVariable,
Object inputType
)
Parameters
- UIItemVariable
- Type: SystemObject
[Missing <param name="UIItemVariable"/> documentation for "M:AppRobotic.API.StartListeningForSynchInput(System.Object,System.Object)"]
- inputType
- Type: SystemObject
[Missing <param name="inputType"/> documentation for "M:AppRobotic.API.StartListeningForSynchInput(System.Object,System.Object)"]
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also