MaskedTextBox.TextMaskFormat プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As MaskedTextBox Dim value As MaskFormat value = instance.TextMaskFormat instance.TextMaskFormat = value
/** @property */ public MaskFormat get_TextMaskFormat () /** @property */ public void set_TextMaskFormat (MaskFormat value)
public function get TextMaskFormat () : MaskFormat public function set TextMaskFormat (value : MaskFormat)
MaskFormat 値の 1 つ。既定値は IncludeLiterals です。


TextMaskFormat プロパティは、書式設定された文字列を生成するときに、マスク内のリテラル文字およびプロンプト文字がどのように処理されるかを決定します。具体的には、リテラル文字またはプロンプト文字 (あるいはその両方) が Text プロパティに含まれるかどうかを決定します。プロンプト文字が除外される場合、書式設定された文字列ではプロンプト文字が空白に変換されます。
![]() |
---|

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からMaskedTextBox.TextMaskFormat プロパティを検索する場合は、下記のリンクをクリックしてください。

- MaskedTextBox.TextMaskFormat プロパティのページへのリンク