An NDoc Documented Class Library

ListViewRow Constructor

Initializes a new instance of the ListViewRow class.

Overload List

Initializes a new instance of the ListViewRow class.

[Visual Basic] Protected Sub New()
[C#] protected ListViewRow();
[C++] protected: ListViewRow();
[JScript] protected function ListViewRow();

 

[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener,ByVal ListViewHeader)
[C#] public ListViewRow(AutomationElement,ActionListener,ListViewHeader);
[C++] public: ListViewRow(AutomationElement*,ActionListener*,ListViewHeader*);
[JScript] public function ListViewRow(AutomationElement,ActionListener,ListViewHeader);

See Also

ListViewRow Class | White.Core.UIItems Namespace