Retrieve the number of sub-menu items inside the menu item.
#include "bps/menu.h"
BPS_API size_t menu_item_get_sub_items_size(menu_item_t *item)
BlackBerry 10.0.0
The menu item to retrieve the number of sub-menu items from.
The menu_item_get_sub_items_size() function extracts the number of sub-menu items in the menu item.
The number of sub-menu items inside the menu item.