Platform SDK: Web Telephony Engine

StepConstrains.InitialNumber Property

The InitialNumber property retrieves the initial number used in the process of attaching numbers to menu items.

Syntax

[ sNumber = ] StepConstrains.InitialNumber

Possible Values

sNumber
String specifying the initial number.

This property is read-only.

Remarks

This value only influences menus for which at least the length of this value is needed. For example, if the value of the InitialNumber property is 15, only menus that need two or more digits are influenced, so a menu with 20 items will be attached with the numbers 15 through 34. If there is a menu with only three menu items, it is not influenced by this value, and is attached with the numbers 1, 2 and 3, if they are available. If the InitialNumber property is 0, menus with fewer than 10 items get numbers starting from 0 (0, 1, 2), menus with more items get numbers starting from 00 (00, 01, 02), and so on.

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

StepConstrains