An NDoc Documented Class Library

Label Constructor

Initializes a new instance of the Label class.

Overload List

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);

See Also

Label Class | White.Core.UIItems Namespace