MaskFormat Enumeration | ComponentOne FinancialChart for WPF
C1.WPF Namespace / MaskFormat Enumeration



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
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