Prevents the user from editing the text of the layer.

When ReadOnly is false, the user can double-click a text layer or click F2 to start editing of the layer text. ReadOnly prevents the user from editing the text.

Default: False

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
	Get
	Set
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}

See Also