Platform SDK: Web Telephony Engine

WTEApplication.SelectCheckBoxKey Property

The SelectCheckBoxKey property sets or retrieves the key used to select a check box in the HTML page.

Syntax

WTEApplication.SelectCheckBoxKey [ = sKey ]

Possible Values

sKey
String specifying the name of the key to use to select a check box. 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 SelectCheckBoxKey property should not conflict with the ClearCheckBoxKey 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

ClearCheckBoxKey, WTEApplication