[][src]Function native_windows_gui::has_raw_handler

pub fn has_raw_handler(handle: &ControlHandle, handler_id: UINT_PTR) -> bool

Check if a raw handler with the specified handler_id is currently bound on the control. This function will panic if the handle parameter is not a window control.