TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / Minimum Property

In This Topic
    Minimum Property (C1ScrollBar)
    In This Topic
    Gets or sets the lower limit of values of the scrollable range.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property Minimum As Integer
    [DefaultValue(0)]
    [RefreshProperties(RefreshProperties.Repaint)]
    public int Minimum {get; set;}
    See Also