Platform SDK: Web Telephony Engine

WTEApplication.HomeKey Property

The HomeKey property sets or retrieves the key used to navigate back to the first station.

Syntax

WTEApplication.HomeKey [ = sKey ]

Possible Values

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

This property is read-write.

Remarks

The home key should not conflict with the back key or the operator key. If the IgnoreNavigationKeysTillTermination property is FALSE, the home key should also be different from the ClickButtonKey, SkipButtonKey, SelecttCheckBoxKey, 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

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