An NDoc Documented Class Library

ListBox Constructor (AutomationElement, ActionListener)

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

See Also

ListBox Class | White.Core.UIItems.ListBoxItems Namespace | ListBox Constructor Overload List