Search
ScrollBar Constructor
See Also
 





Initializes a new instance of the ScrollBar class.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

protected ScrollBar (
    bool vertical
)

Visual Basic  Copy Code

Protected New ( _
    vertical As Boolean _
)

 Parameters

vertical

 See Also