Platform SDK: Web Telephony Engine

WTEApplication.BackKey Property

The BackKey property sets or retrieves the key to use to navigate backward through the WTE application.

Syntax

WTEApplication.BackKey [ = sKey ]

Possible Values

sKey
String specifying the name of the back key. This string may be empty. If the string contains more than one character, only the first is handled. The initial value of this property is "*".

This property is read-write.

Remarks

The back key should not conflict with the home key or the operator key. If the IgnoreNavigationKeysTillTermination property is FALSE, the BackKey property should also be different from the ClickButtonKey, SkipButtonKey, SelectCheckBoxKey and ClearCheckBoxKey properties.

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

ClearCheckBoxKey, ClickButtonKey, HomeKey, IgnoreNavigationKeysTillTermination, OperatorKey, SelectCheckBoxKey, SkipButtonKey, WTEApplication