Wimark.Controls Class Library  

ScrollBar Constructor

Creates a new instance of the ScrollBar class.

[Visual Basic]
Protected Sub New( _
   ByVal orientation As ScrollBarOrientation _
)
 
[C#]
protected ScrollBar( 
   ScrollBarOrientation orientation 
);
[C++]
protected: ScrollBar( 
   ScrollBarOrientation orientation 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ScrollBar Class | ScrollBar Members | Wimark.Controls Namespace