InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / Minimum Property

In This Topic
    Minimum Property (InputNumericBox)
    In This Topic
    Gets or sets the minimum value accepted by the component.
    Syntax
    'Declaration
     
    Public Property Minimum As Decimal
    public decimal Minimum {get; set;}
    See Also