'Declaration Public Property AllowPromptAsInput As Boolean
'Usage Dim instance As MaskedTextBox Dim value As Boolean instance.AllowPromptAsInput = value value = instance.AllowPromptAsInput
public bool AllowPromptAsInput {get; set;}
Property Value
true if the prompt char should be considered as a valid input character; false, otherwise. By default, true.