Function send_set_text

Source
pub fn send_set_text<T: AsRef<OsStr>>(window: HWND, text: T) -> bool
Expand description

Sends set text message to a window.

§Parameters

  • window - Handle to the window for which to send.
  • text - Text with which to update window.

§Return

  • true - On success.
  • false - Otherwise.