An NDoc Documented Class Library

Spinner Constructor (AutomationElement, ActionListener)

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

See Also

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