'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets a value whether there an error message will be displayed if invalid character is entered.")> Public Property DisplayErrorMessage As System.Boolean
'Usage
Dim instance As NTextBox Dim value As System.Boolean instance.DisplayErrorMessage = value value = instance.DisplayErrorMessage
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets a value whether there an error message will be displayed if invalid character is entered.")] public System.bool DisplayErrorMessage {get; set;}