GraphicMenu

Metreos.Types.CiscoIpPhone.GraphicMenu

Summary

The GraphicMenu type stores the XML data for a Cisco IP Phone graphic menu XML object.

Usage

GraphicFileMenu is initialized with the CreateGraphicMenu action. One can then use AddMenuItem to add menu items, which do not display on the Cisco IP Phone, but are selectable by the number pad. One can also use the AddSoftKeyItem to add softkeys to the GraphicMenu variable.

Remarks

None.

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

No Public Properties