TextBox..::..IsPassword Property

Gets or sets a value indicating whether this instance is password.

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

Syntax


public bool IsPassword { get; set; }
Public Property IsPassword As Boolean
	Get
	Set
public:
property bool^ IsPassword {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is password; otherwise, false.