IconFileMenu

Metreos.Types.CiscoIpPhone.IconFileMenu

Summary

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

Usage

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

Remarks

None.

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

No Public Properties