Basic Library for WPF/Silverlight
MaskFormat 列挙体

C1.WPF.4 アセンブリ > C1.WPF 名前空間 : MaskFormat 列挙体
C1MaskedTextBox内の値を書式設定する方法を定義します。
シンタックス
'宣言
 
Public Enum MaskFormat 
   Inherits System.Enum
public enum MaskFormat : System.Enum 
メンバ
メンバ解説
ExcludePromptAndLiteralsユーザーによるテキスト入力のみを返します。
IncludeLiteralsユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字を返します。
IncludePromptユーザーによるテキスト入力と、すべてのプロンプト文字を返します。
IncludePromptAndLiteralsユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字およびすべてのプロンプト文字を返します。
参照

C1.WPF 名前空間