C1.Win.C1InputPanel 命名空间 > InputTextBox 类 : UseSystemPasswordChar 属性 |
'声明
<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 );
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