Wimark.Controls Class Library  

TrackBar.Minimum Property

Gets or sets the lower limit of the range this TrackBar is working with.

[Visual Basic]
Public Property Minimum As Integer 
[C#]
public int Minimum {get; set;}
[C++]
public: __property int get_Minimum();
public: __property void set_Minimum(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

TrackBar Class | TrackBar Members | Wimark.Controls Namespace