Wimark.Controls Class Library  

ScrollBar.Maximum Property

Gets or sets the upper limit of values of the scrollable range.

[Visual Basic]
Public Property Maximum As Integer 
[C#]
public int Maximum {get; set;}
[C++]
public: __property int get_Maximum();
public: __property void set_Maximum(int);

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