An NDoc Documented Class Library

ListViewCell Constructor

Initializes a new instance of the ListViewCell class.

Overload List

Initializes a new instance of the ListViewCell class.

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

 

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

See Also

ListViewCell Class | White.Core.UIItems Namespace