cef_menu_model_t.get_command_id_at

Returns the command id at the specified |index| or -1 if not found due to invalid range or the index being a separator.

struct cef_menu_model_t
extern (System)
int function(cef_menu_model_t* self, size_t index) nothrow get_command_id_at;

Meta