Initializes a new instance of the Label class.
Initializes a new instance of the Label class.
[Visual Basic] Protected Sub New()
[C#] protected Label();
[C++] protected: Label();
[JScript] protected function Label();
[Visual Basic] Public Sub New(ByVal AutomationElement,ByVal ActionListener)
[C#] public Label(AutomationElement,ActionListener);
[C++] public: Label(AutomationElement*,ActionListener*);
[JScript] public function Label(AutomationElement,ActionListener);