When creating Text Layers, the user can drag select to create a TIETextLayer. If AutoTextEditing is enabled, then the layer will automatically start in text editing mode after completing the selection.

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

Syntax

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

See Also