Basic Library for UWP/WinRT XAML
MaskFormat 列挙体

C1MaskedTextBox 内の値を書式設定する方法を定義します。
構文
'宣言
 
Public Enum MaskFormat 
   Inherits System.Enum
public enum MaskFormat : System.Enum 
メンバ
メンバ解説
ExcludePromptAndLiteralsユーザーによるテキスト入力のみを返します。
IncludeLiteralsユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字を返します。
IncludePromptユーザーによるテキスト入力と、すべてのプロンプト文字を返します。
IncludePromptAndLiteralsユーザーによるテキスト入力と、マスクで定義されているすべてのリテラル文字およびすべてのプロンプト文字を返します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.MaskFormat

Requirements

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

参照

関連項目

C1.Xaml 名前空間

Send Feedback