An NDoc Documented Class Library

Slider Constructor

Initializes a new instance of the Slider class.

Overload List

Initializes a new instance of the Slider class.

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

 

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

See Also

Slider Class | White.Core.UIItems Namespace