Platform SDK: Web Telephony Engine

WTEApplication.SkipButtonKey Property

The SkipButtonKey property sets or retrieves the key that the caller must use to skip a button in the HTML page.

Syntax

WTEApplication.SkipButtonKey [ = sKey ]

Possible Values

sKey
String specifying the name of the key used to skip a button. If the string contains more than one character, only the first character is handled. The initial value is "2".

This property is read-write.

Remarks

The SkipButtonKey property should not conflict with the ClickButtonKey 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

ClickButtonKey, WTEApplication