property Edit.AutoIndent as Boolean
Specifies whether the control indents the line when ENTER key is pressed.

TypeDescription
Boolean A boolean expression that indicates whether the auto indent feature is enabled or disabled.

Use the AutoIndent to disable auto indent feature. By default, the AutoIndent property is True. If the AutoIndent property is True, and the user presses the Enter key, the new line added will be automatically indented.