Function windows_win::raw::window::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.