pub fn menu_index_in_parent(menu_handle: ControlHandle) -> Option<u32>
Expand description
Return the index of a children menu/menuitem in a parent menu.
Adapted from [native_windows_gui::win32::menu::menu_index_in_parent
] (in the private win32
module).