Click or drag to resize

IWaitForCursor Method

Waits for the cursor to arrive at the specified position.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
bool ForCursor(
	IPosition position
)

Parameters

position
Type: MicroFocus.ZFE.ConnectorIPosition
The desired cursor position.

Return Value

Type: Boolean
True if the cursor was found at the specified position, false if cursor did not arrive within the timeout period.
See Also