Platform SDK: Web Telephony Engine |
The InitialNumber property retrieves the initial number used in the process of attaching numbers to menu items.
[ sNumber = ] StepConstrains.InitialNumber
This property is read-only.
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.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.