System.Windows.Forms.TrackBar.Maximum Property

Gets or sets the upper limit of the range this System.Windows.Forms.TrackBar is working with.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.DefaultValue(10)]
public int Maximum { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the TrackBar.SetRange(int, int) method to set both the TrackBar.Maximum and TrackBar.Minimum properties at the same time.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0