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

Dim instance As TextBox Dim value As Boolean value = instance.UseSystemPasswordChar instance.UseSystemPasswordChar = value
/** @property */ public boolean get_UseSystemPasswordChar () /** @property */ public void set_UseSystemPasswordChar (boolean value)
public function get UseSystemPasswordChar () : boolean public function set UseSystemPasswordChar (value : boolean)
TextBox コントロール内のテキストを既定のパスワード文字として表示する場合は true。それ以外の場合は false。

UseSystemPasswordChar プロパティは、PasswordChar プロパティよりも優先されます。UseSystemPasswordChar が true に設定されている場合、既定のシステムのパスワード文字が使用され、PasswordChar で設定された文字は無視されます。
![]() |
---|
PasswordChar、UseSystemPasswordChar、または ReadOnly が true であるために、TextBox がパスワード モードの場合は、TextBox は制限モードです。このモードでは、ImeMode が無効になりますが、現在の ImeMode はキャッシュされるため、TextBox の制限が解除された場合に、これを元に戻すことができます。たとえば、ReadOnly を切り替えた場合などです。コントロールが制限モードの場合は、ImeMode がシャドウされます。デザイナから見た場合、表示された ImeMode 値が実際の値です。 |

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に収録されているすべての辞書からTextBox.UseSystemPasswordChar プロパティを検索する場合は、下記のリンクをクリックしてください。

- TextBox.UseSystemPasswordChar プロパティのページへのリンク