Initializes a new instance of the ListControl class.
Initializes a new instance of the ListControl class.
[Visual Basic] Protected Sub New()
[C#] protected ListControl();
[C++] protected: ListControl();
[JScript] protected function ListControl();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public ListControl(AutomationElement,ActionListener);
[C++] public: ListControl(AutomationElement*,ActionListener*);
[JScript] public function ListControl(AutomationElement,ActionListener);
ListControl Class | White.Core.UIItems.ListBoxItems Namespace