ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollBarElement Class / Maximum Property

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