Platform SDK: Web Telephony Engine

WTEApplication.ClearCheckBoxKey Property

The ClearCheckBoxKey property sets or retrieves the key that the caller must use to clear a check box in an HTML page of a WTE application.

Syntax

WTEApplication.ClearCheckBoxKey [ = sKey ]

Parameters

sKey
String specifying the name of the key used to clear 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 "2".

This property is read-write.

Remarks

The ClearCheckBoxKey property should not conflict with the SelectCheckBoxKey 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

SelectCheckBoxKey, WTEApplication