InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputNumericBox Class / OutOfRangeErrorText Property

In This Topic
    OutOfRangeErrorText Property (InputNumericBox)
    In This Topic
    Gets or sets the error message that appears if the entered value is out the allowable bounds.
    Syntax
    'Declaration
     
    Public Property OutOfRangeErrorText As String
    public string OutOfRangeErrorText {get; set;}
    See Also