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

In This Topic
    Maximum Property (C1HScrollBar)
    In This Topic
    Gets or sets the upper limit of values of the scrollable range.
    Syntax
    'Declaration
     
    Public Property Maximum As Integer
    public int Maximum {get; set;}
    See Also