PowerTools MultiRow for Windows Forms 8.0J
DisplayTextMaskFormat プロパティ

リテラルおよびプロンプト文字をどのように表示するかを決定する値を取得または設定します。
構文
Public Property DisplayTextMaskFormat As MaskFormat
public MaskFormat DisplayTextMaskFormat {get; set;}

プロパティ値

System.Windows.Forms.MaskFormat値の1つ。既定値はSystem.Windows.Forms.MaskFormat.IncludePromptAndLiteralsです。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentException指定された値がSystem.Windows.Forms.MaskFormat値の1つではありません。
解説

DisplayTextMaskFormatプロパティは、テキストが静的に描画されるときにどのように解釈されるかを決定します。具体的には、テキストにアクセスするときに、リテラル文字またはプロンプト文字(またはその両方)を含めるかどうかを決定します。プロンプト文字が除外される場合、コピーされた文字列内でプロンプト文字はスペースに変換されます。

テキストがどのように解釈されるかについては、TextMaskFormatプロパティも同様の目的を果たします。
参照

MaskedTextBoxCell クラス
MaskedTextBoxCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.