Platform SDK: Web Telephony Engine

Step.SubmitMenu Property

The SubmitMenu property retrieves whether the telephony step is a "submit type" menu; that is, a menu that consists of a FORM element containing INPUT elements of the following types: button, reset, or submit. If a "submit type" menu has only one item, it is clicked automatically without offering.

Syntax

[ bIsSubmit = ] Step.SubmitMenu

Possible Values

bIsSubmit
Boolean value that has one of the following settings:
Setting Meaning
TRUE Telephony step is a "submit type" menu.
FALSE Telephony step is not a "submit type" menu.

This property is read-only.

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

Step