InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBox Class / MismatchValueErrorText Property

In This Topic
    MismatchValueErrorText Property (InputComboBox)
    In This Topic
    Gets or sets the error message that appears if the typed text doesn't match any row in the lookup table.
    Syntax
    'Declaration
     
    Public Property MismatchValueErrorText As String
    public string MismatchValueErrorText {get; set;}
    See Also