InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / Maximum Property

In This Topic
    Maximum Property (InputTrackBar)
    In This Topic
    Gets or sets the maximum value of the track bar range.
    Syntax
    'Declaration
     
    Public Property Maximum As Integer
    public int Maximum {get; set;}
    See Also