By default, double-clicking a text layer allow it to be edited. Specify DisableTextEditOnDblClick to prevent text editing by the user.

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

Syntax

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

See Also