InputPanel for WinForms帮助文档
UseSystemPasswordChar 属性






Gets or sets a value indicating whether the text in the InputTextBox should appear as the default password character.
语法
'声明
 
<C1DescriptionAttribute("指示是否InputTextBox中的文本应当显示为默认密码字符。")>
<C1CategoryAttribute("行为")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property UseSystemPasswordChar As System.Boolean
'用法
 
Dim instance As InputTextBox
Dim value As System.Boolean
 
instance.UseSystemPasswordChar = value
 
value = instance.UseSystemPasswordChar
[C1Description("指示是否InputTextBox中的文本应当显示为默认密码字符。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public System.bool UseSystemPasswordChar {get; set;}
public read-write property UseSystemPasswordChar: System.Boolean; 
C1DescriptionAttribute("指示是否InputTextBox中的文本应当显示为默认密码字符。")
C1CategoryAttribute("行为")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)
public function get,set UseSystemPasswordChar : System.boolean
[C1Description("指示是否InputTextBox中的文本应当显示为默认密码字符。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public: __property System.bool get_UseSystemPasswordChar();
public: __property void set_UseSystemPasswordChar( 
   System.bool value
);
[C1Description("指示是否InputTextBox中的文本应当显示为默认密码字符。")]
[C1Category("行为")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public:
property System.bool UseSystemPasswordChar {
   System.bool get();
   void set (    System.bool value);
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputTextBox 类
InputTextBox 成员

Send Feedback