MaskedTextBox.TextMaskFormat Property

Definition

Gets or sets a value that determines whether literals and prompt characters are included in the formatted string.

C#
public System.Windows.Forms.MaskFormat TextMaskFormat { get; set; }

Property Value

One of the MaskFormat values. The default is IncludeLiterals.

Exceptions

Property set with a MaskFormat value that is not valid.

Remarks

The TextMaskFormat property determines how the literal and prompt characters in the mask are processed when the generating the formatted string. More specifically, it determines whether literal characters, prompt characters, or both are included in the Text property. When prompt characters are excluded, they are transformed into spaces in the formatted string.

Nota

The CutCopyMaskFormat property serves a similar purpose with respect to how the Text property is interpreted.

Applies to

Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also