ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollBarElement Class / Minimum Property

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