Platform SDK: Web Telephony Engine

WTEApplication.IgnoreNavigationKeysTillTermination Property

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).

Syntax

WTEApplication.IgnoreNavigationKeysTillTermination [ = bIgnore ]

Possible Values

bIgnore
Boolean value that has one of the following settings:
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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

WTEApplication