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