An NDoc Documented Class Library

Label Constructor (AutomationElement, ActionListener)

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

See Also

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