GraphicFileMenu

Metreos.Types.CiscoIpPhone.GraphicFileMenu

Summary

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

Usage

GraphicFileMenu is initialized with the CreateGraphicFileMenu 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 GraphicFileMenu variable.

Remarks

None.

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

No Public Properties