Function send_push_button

Source
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.