cef_menu_model_t.remove_accelerator

Remove the keyboard accelerator for the specified |command_id|. Returns true (1) on success.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, int command_id) nothrow remove_accelerator;

Meta