ComponentOne FinancialChart for WPF
C1.WPF Namespace / MaskFormat Enumeration



In This Topic
    MaskFormat Enumeration
    In This Topic
    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 
    public enum class MaskFormat : public 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