cef_menu_model_t.is_checked

Returns true (1) if the specified |command_id| is checked. Only applies to check and radio items.

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

Meta