Terminates any active text editors. Users can edit the text of a IETextLayer or IELineLayer by double-clicking or selecting F2. They can then cancel it clicking "Esc" (or "Enter" to enact the change). LayersCancelEditor is the programmatic equivalent of clicking "Esc".

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersCancelEditor(
	bool saveChanges
)
Public Sub LayersCancelEditor ( _
	saveChanges As Boolean _
)
public:
void LayersCancelEditor(
	bool saveChanges
)

Parameters

saveChanges
Boolean
If SaveChanges is False, any text the user has specified will be lost. Set to true to enact their changes.

See Also