Method: WinWindow#text_length

Defined in:
lib/winwindow.rb

#text_lengthObject

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

msdn.microsoft.com/en-us/library/ms633521(VS.85).aspx



377
378
379
380
# File 'lib/winwindow.rb', line 377

def text_length
  len= WinUser.GetWindowTextLengthA(hwnd)
  len
end