Function send_get_text
Source pub fn send_get_text(window: HWND) -> Option<String>
Expand description
Sends get text message to a window
§Parameters
window
- Handle to the window for which to send.
§Return
String
- Window’s text.
None
- If there is no text.