Method: Fzeet::ComboBoxMethods#textlen

Defined in:
lib/fzeet/windows/user/Control/ComboBox.rb

#textlen(i) ⇒ Object



98
# File 'lib/fzeet/windows/user/Control/ComboBox.rb', line 98

def textlen(i) raise "GETLBTEXTLEN failed." if (len = sendmsg(:getlbtextlen, i)) == -1; len end