When user inserts a new text object ImageEn begins editing on it.

If you don't want this, set EditOnNewText=False: this will allow to insert text objects without automatic editing.

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

Syntax

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

See Also