Waits for the cursor to arrive at the specified position.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1566.0 (2.1.1566.0)
Syntax bool ForCursor(
IPosition position
)
Function ForCursor (
position As IPosition
) As Boolean
Parameters
- position
- Type: MicroFocus.ZFE.ConnectorIPosition
The desired cursor position.
Return Value
Type:
BooleanTrue if the cursor was found at the specified position, false if cursor did not arrive within the timeout period.
See Also