TextArea..::..ReadOnly Property

Gets or sets a value indicating whether [read only].

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

Syntax


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

Field Value

true if [read only]; otherwise, false.