An NDoc Documented Class Library

ListControl Constructor (AutomationElement, ActionListener)

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

See Also

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