An NDoc Documented Class Library

ScrollBar Constructor (AutomationElement, ActionListener, ScrollBarButtonAutomationIds)

[Visual Basic]
Protected Sub New( _ 
   ByVal automationElement As AutomationElement, _ 
   ByVal actionListener As ActionListener, _ 
   ByVal automationIds As ScrollBarButtonAutomationIds _ 
)
[C#]
protected ScrollBar(
   AutomationElement automationElement,
   ActionListener actionListener,
   ScrollBarButtonAutomationIds automationIds
);
[C++]
protected: ScrollBar(
   AutomationElement* automationElement,
   ActionListener* actionListener,
   ScrollBarButtonAutomationIds* automationIds
);
[JScript]
protected function ScrollBar(
   AutomationElement automationElement,
   ActionListener actionListener,
   ScrollBarButtonAutomationIds automationIds
);

See Also

ScrollBar Class | White.Core.UIItems.Scrolling Namespace | ScrollBar Constructor Overload List