An NDoc Documented Class Library

Panel Constructor

Initializes a new instance of the Panel class.

Overload List

Initializes a new instance of the Panel class.

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

 

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

See Also

Panel Class | White.Core.UIItems Namespace