An NDoc Documented Class Library

TableRowHeader Constructor

Initializes a new instance of the TableRowHeader class.

Overload List

Initializes a new instance of the TableRowHeader class.

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

 

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

See Also

TableRowHeader Class | White.Core.UIItems.TableItems Namespace