Platform SDK: Web Telephony Engine

WTEApplication.ClickButtonKey Property

The ClickButtonKey property sets or retrieves the key used to click a button in an HTML page of a WTE application.

Syntax

WTEApplication.ClickButtonKey [ = sKey ]

Possible Values

sKey
String specifying the name of the key to use to click a button. This string must not be empty. If the string contains more than one character, only the first character is handled. The initial value is "1".

This property is read-write.

Remarks

The ClickButtonKey property must not conflict with the SkipButtonKey property.

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

SkipButtonKey, WTEApplication