An NDoc Documented Class Library

TableVerticalScrollBar Constructor

Initializes a new instance of the TableVerticalScrollBar class.

Overload List

Initializes a new instance of the TableVerticalScrollBar class.

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

 

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

See Also

TableVerticalScrollBar Class | White.Core.UIItems.TableItems Namespace