Platform SDK: Web Telephony Engine |
The InitialAutoNumber property sets or retrieves the value that WTE starts with when automatically assigning access-key values to items in a menu.
WTEApplication.InitialAutoNumber [ = sValue ]
This property is read-write.
WTE assigns access-key values using the minimum number of digits possible, depending on the number of items in the menu. For example, if the menu has up to nine items, WTE assigns single-digit access-key values. If the menu has up 99 items, it assigns two-digit values, and so on.
If the InitialAutoNumber property is an empty string, WTE assigns access-key values beginning with the number 1, 10, 100, or 1000, depending on the number of items in the menu.
The number of items to which WTE assigns single-digit access-key values depends on the values already assigned to other keys. For example, if the home key is 1, the back key is 2, and the operator key is 3, WTE assigns only the digits 4 through 9 to items in a menu that has fewer than 10 items.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.