An NDoc Documented Class Library

WPFLabel Constructor

Initializes a new instance of the WPFLabel class.

Overload List

Initializes a new instance of the WPFLabel class.

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

 

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

See Also

WPFLabel Class | White.Core.UIItems Namespace