.NET Documentation
C#
VB
Show/Hide TOC
Value
Mask
Formats Enumeration
Specifies how the underlying value of the text box is formatted when
ValidationMode
is set to
MaskEdit
.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
enum
ValueMaskFormats
VB
Copy
Public
Enumeration
ValueMaskFormats
Members
ExcludeLiterals
0
The value contains only the characters typed.
IncludeLireals
1
The value contains the written and literal characters.
See Also
Reference
Aliquo.Windows.Controls Namespace
In This Article
Definition
Members
See Also