TextBox..::..PasswordChar Property

Gets or sets the password char.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public char PasswordChar { get; set; }
Public Property PasswordChar As Char
	Get
	Set
public:
property wchar_t^ PasswordChar {
	wchar_t^ get ();
	void set (wchar_t^ value);
}

Field Value

The password char.