property HTML.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.
By default, the AutoIndent property is True. Use the AutoIndent to disable auto indent feature. If the AutoIndent property is True, and the user presses the Enter key, the new line added will be automatically indented. Use the UseTabKey property specifies whether the control uses the TAB key. The IndentOnTab property indicates that the selection is indented as soon as user presses the TAB key. The IndentSel method indents programmatically the selection.