An NDoc Documented Class Library

TableHeader Constructor

Initializes a new instance of the TableHeader class.

Overload List

Initializes a new instance of the TableHeader class.

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

 

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

See Also

TableHeader Class | White.Core.UIItems.TableItems Namespace