| C1.Xaml アセンブリ > C1.Xaml 名前空間 : MaskFormat 列挙体 |
'宣言 Public Enum MaskFormat Inherits System.Enum
public enum MaskFormat : System.Enum
| メンバ | 解説 |
|---|---|
| ExcludePromptAndLiterals | ユーザーによるテキスト入力のみを返します。 |
| IncludeLiterals | ユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字を返します。 |
| IncludePrompt | ユーザーによるテキスト入力と、すべてのプロンプト文字を返します。 |
| IncludePromptAndLiterals | ユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字およびすべてのプロンプト文字を返します。 |
System.Object
System.ValueType
System.Enum
C1.Xaml.MaskFormat