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.3.422.0 (1.3.422.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