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

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.