Input for ASP.NET WebForms
Format プロパティ (C1InputText)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1Input 名前空間 > C1InputText クラス : Format プロパティ
コントロールに入力できるテキストのタイプを定義する 書式文字列を取得または設定します。
シンタックス
'宣言
 
Public Property Format As System.String
public System.string Format {get; set;}
解説
The following key words are supported. DBCS Keywords: A Upper case DBCS alphabet (A-Z). a Lower case DBCS alphabet (a-z). K DBCS Katakana. 9 DBCS Numbers (0-9). # DBCS numbers and number related symbols (0-9, +-$\,.). @ DBCS symbols. J Hiragana. Z All DBCS characters without Space. SBCS Keywords\,.). @ Symbols. H All SBCS characters without Space. ^ Any character not included in the specified format. \ Escape character. For example, format = 'A', then the wijinputtext can only input the upper case DBCS alphabet. If you input the SBCS 'k', then it will be automatic conver to DBCS 'K' if the autoConvert is true, But if the autoConvert is false, you can't input 'k'.
参照

C1InputText クラス
C1InputText メンバ