An NDoc Documented Class Library

Thumb Constructor (AutomationElement, ActionListener)

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

See Also

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