2
Answers

What are literal characters? How to use SkipLiterals property in MaskedTextBox

Ask a question
Paul  Chin

Paul Chin

17y
5.9k
1

I'm using Visual Studio 2005.  The MaskedTextBox object has a property called SkipLiterals. The MSDN describes it as:

Gets or sets a value indicating whether the user is allowed to reenter literal values.

but gives no examples of what are literal characters and how to use the SkipLiterals property.

What are literal characters? Secondly, can anyone give me an example of how to use the SkipLiterals property of the MaskedTextBox?

 

 

 

 


Answers (2)