C1.WPF Namespace : MaskFormat Enumeration |
'Declaration
Public Enum MaskFormat Inherits System.Enum
'Usage
Dim instance As MaskFormat
public enum MaskFormat : System.Enum
public enum class MaskFormat : public System.Enum
Member | Description |
---|---|
ExcludePromptAndLiterals | Return only text input by the user. |
IncludeLiterals | Return text input by the user as well as any literal characters defined in the mask. |
IncludePrompt | Return text input by the user as well as any instances of the prompt character. |
IncludePromptAndLiterals | Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character. |
System.Object
System.ValueType
System.Enum
C1.WPF.MaskFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2