pub fn send_push_button(window: HWND, timeout: Option<UINT>) -> Result<LRESULT>
Expand description

Sends push button message to a window.

Parameters

  • window - Handle to the window for which to send.
  • timeout - Optional timeout in milliseconds.