wnd.listbox Property
object = wnd.listbox(wndID, strClassName);
Returns an listbox wrapper object for a child listbox control.
Parameters
- wndID
-
Optional. Either an integer as the zero-based index of the window of the
specified class, or a string containing the window title. The string can be a
regular expression. Default value is 0.
- strClassName
-
Optional. String specifying the window class if the common Windows
control is subclassed. Default is consts.LISTBOX_CLASS.
See also
wnd Overview | wnd.wnd |
listbox Overview
 
© 2003 Lightweight Technologies. All rights reserved.