Initializes a new instance of the ListBox class.
Initializes a new instance of the ListBox class.
[Visual Basic] Protected Sub New()
[C#] protected ListBox();
[C++] protected: ListBox();
[JScript] protected function ListBox();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public ListBox(AutomationElement,ActionListener);
[C++] public: ListBox(AutomationElement*,ActionListener*);
[JScript] public function ListBox(AutomationElement,ActionListener);