'Declaration
Public Enum MaskedTextBoxValueFormat Inherits System.Enum
'Usage
Dim instance As MaskedTextBoxValueFormat
public enum MaskedTextBoxValueFormat : System.Enum
'Declaration
Public Enum MaskedTextBoxValueFormat Inherits System.Enum
'Usage
Dim instance As MaskedTextBoxValueFormat
public enum MaskedTextBoxValueFormat : System.Enum
Member | Description |
---|---|
ExcludePromptAndLiterals | No prompt or literal characters will be part of the Value, which means that only the typed characters will be accessed. |
IncludeLiterals | The literal characters will be part of the Value, which means that only typed & literal characters will be accessed. |
IncludePrompt | The prompt characters will be part of the Value, which means that only typed & prompt characters will be accessed. |
IncludePromptAndLiterals | The prompt & literal characters will be part of the Value, which means that typed, prompt & literal characters will be accessed. |
System.Object
System.ValueType
System.Enum
Xceed.Maui.Toolkit.MaskedTextBoxValueFormat
Target Platforms: Windows 11, Windows 10, 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