Initializes a new instance of the Panel class.
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);