Retrieve the localized label from the sub-menu item object.
#include "bps/menu.h"
BPS_API const char* menu_sub_item_get_label(menu_sub_item_t *item)
BlackBerry 10.0.0
The sub-menu item to retrieve the label from.
The menu_sub_item_get_label() function extracts the localized label of the given sub-menu item object. The label describes the menu item. The function doesn't copy the data and the returned values are released once the bps_get_event() function is called again.
For example, "Pictures"
The label from the sub-menu item.