When editing a text layer with formatting enabled, the return key can be used to insert hard returns into text. Otherwise, the return key applies the text changes.

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

Syntax

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

See Also