Platform SDK: Web Telephony Engine |
The IgnoreNavigationKeysTillTermination property sets or retrieves whether WTE ignores all navigation keys (BackKey, OperatorKey, and HomeKey properties) while receiving caller input for a text control (INPUT TYPE=TEXT) or a text area (TEXTAREA).
WTEApplication.IgnoreNavigationKeysTillTermination [ = bIgnore ]
Setting | Meaning |
---|---|
TRUE | WTE ignores all navigation keys. |
FALSE | WTE does not ignore navigation keys. This is the default value. |
This property is read-write.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.