Not Serializable
The GraphicMenu type stores the XML data for a Cisco IP Phone graphic menu XML object.
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.
None.
| .NET Type | Description |
|---|---|
CiscoIPPhoneGraphicMenuType | Initial graphic menu data |
String | Not supported. |
CiscoIPPhoneSoftKeyType | A soft key to add to this menu |
CiscoIPPhoneMenuItemType | An item to add to this menu |
| Method Name | Description |
|---|---|
| Reset | Clears the variable to an uninitialized state. |
No Public Properties