cef_menu_model_t.is_enabled

Returns true (1) if the specified |command_id| is enabled.

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

Meta