cef_command_handler_t.is_chrome_app_menu_item_visible

Called to check if a Chrome app menu item should be visible. Values for |command_id| can be found in the cef_command_ids.h file. Only called for menu items that would be visible by default. Only used with the Chrome runtime.

struct cef_command_handler_t
extern (System)
int function(cef_command_handler_t* self, cef_browser_t* browser, int command_id) nothrow is_chrome_app_menu_item_visible;

Meta