ComponentOne Basic Library for WPF and Silverlight
MaskFormat Enumeration


C1.WPF Namespace : MaskFormat Enumeration
Defines how to format the value inside of a C1MaskedTextBox.
Syntax
'Declaration
 
Public Enum MaskFormat 
   Inherits System.Enum
'Usage
 
Dim instance As MaskFormat
public enum MaskFormat : System.Enum 
Members
MemberDescription
ExcludePromptAndLiteralsReturn only text input by the user.
IncludeLiteralsReturn text input by the user as well as any literal characters defined in the mask.
IncludePromptReturn text input by the user as well as any instances of the prompt character.
IncludePromptAndLiteralsReturn text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.MaskFormat

See Also

Reference

C1.WPF Namespace