An NDoc Documented Class Library

ListItems Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal collection As AutomationElement}, _ 
   ByVal actionListener As ActionListener _ 
)
[C#]
public ListItems(
   AutomationElement} collection,
   ActionListener actionListener
);
[C++]
public: ListItems(
   AutomationElement}* collection,
   ActionListener* actionListener
);
[JScript]
public function ListItems(
   AutomationElement} collection,
   ActionListener actionListener
);

See Also

ListItems Class | White.Core.UIItems.ListBoxItems Namespace