An NDoc Documented Class Library

Table Constructor

Initializes a new instance of the Table class.

Overload List

Initializes a new instance of the Table class.

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

 

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

See Also

Table Class | White.Core.UIItems.TableItems Namespace