'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/Sets whether the Text property can accept string.Empty or "" values when InputMode is TextInputMode.NumericInteger. ")> Public Property AllowEmptyText As System.Boolean
'Usage
Dim instance As NTextBox Dim value As System.Boolean instance.AllowEmptyText = value value = instance.AllowEmptyText
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/Sets whether the Text property can accept string.Empty or "" values when InputMode is TextInputMode.NumericInteger. ")] public System.bool AllowEmptyText {get; set;}