ComponentOne Studio for 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

参照

C1.Xaml 名前空間

 

 


Copyright © GrapeCity inc. All rights reserved.