IconMenu

Metreos.Types.CiscoIpPhone.IconMenu

Summary

The IconMenu type stores the XML data for a Cisco IP Phone IconMenu XML object.

Usage

IconMenu is initialized with the CreateIconMenu action. One can then use AddMenuItem to add menu items to the IconMenu as well as use AddIconItem to add icon definitions to the IconMenu. One can also use the AddSoftKeyItem to add softkeys to the IconMenu variable.

Remarks

None.

Parseable Inputs
.NET TypeDescription
StringNot supported.
CiscoIPPhoneIconItemTypeAn icon to add to this menu
CiscoIPPhoneSoftKeyTypeA soft key to add to this menu
CiscoIPPhoneIconMenuTypeInitial icon menu data
CiscoIPPhoneMenuItemTypeAn item to add to this menu
Accessible Public Methods
Method NameDescription
ResetClears the variable to an uninitialized state.

No Public Properties