Intersoft ClientUI Documentation
PasswordChar Property



Gets or sets the masking character for the UXPasswordBox.
Syntax
<TypeConverterAttribute("Intersoft.Client.UI.Controls.UXPasswordBox+‹‡, Intersoft.Client.UI.Controls, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Common Properties")>
Public Property PasswordChar As Char
Dim instance As UXPasswordBox
Dim value As Char
 
instance.PasswordChar = value
 
value = instance.PasswordChar
[TypeConverterAttribute("Intersoft.Client.UI.Controls.UXPasswordBox+‹‡, Intersoft.Client.UI.Controls, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public char PasswordChar {get; set;}
[TypeConverterAttribute("Intersoft.Client.UI.Controls.UXPasswordBox+‹‡, Intersoft.Client.UI.Controls, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Common Properties")]
public:
property char PasswordChar {
   char get();
   void set (    char value);
}
Requirements

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

See Also

Reference

UXPasswordBox Class
UXPasswordBox Members

Send Feedback