Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

Appends a menu item to the right soft key. If the id property of the supplied MenuItem Objectalready exists in the menu, an exception is thrown. If a menu item has been assigned to the right soft key using the setSoftKey Method, that menu item will be replaced by a menu containing the new menu item.

Beginning with Windows Mobile 6.5.3, soft keys are replaced by touchable tiles on Windows Mobile Professional phones.

Syntax

void appendMenuItem(MenuItem item);

Parameters

item

A MenuItem Objectto be added to the right soft key menu.

Return Value

None.

Remarks

None.