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

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