Method: WinWindow#text_length
- Defined in:
- lib/winwindow.rb
#text_length ⇒ Object
length of the window text, see #text
similar to #text, cannot retrieve the text of a control in another application - see #retrieve_text, #retrieve_text_length
377 378 379 380 |
# File 'lib/winwindow.rb', line 377 def text_length len= WinUser.GetWindowTextLengthA(hwnd) len end |