An NDoc Documented Class Library

WPFLabel Constructor (AutomationElement, ActionListener)

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

See Also

WPFLabel Class | White.Core.UIItems Namespace | WPFLabel Constructor Overload List