Waitforkeys property – MagTek SENDKEYS.OCX User Manual

Page 9

Advertising
background image

Properties

5

WAITFORKEYS PROPERTY
Sets and returns the WaitForKeys property.

Syntax

SendKeys.WaitForKeys[ = value]

The WaitForKeys property syntax has these parts:

Part

Description

Value

A Boolean Value representing
the status of WaitForKeys.

Remarks

If WaitForKeys is True then SendKeys.OCX will wait for the system to process the keys before
continuing. If WaitForKeys is False then the keystrokes will be sent without waiting for the
system to process the keystrokes.

Example

SendKeys.WaitForKeys = False

Data Type

Boolean

Advertising