Sets or returns an enumerated type determining the behavior caused by a return keystroke in the editor.
Syntax
Property Get IndentStyle () As IndentStyle
Property Let IndentStyle (IndentStyle)
The syntax has these parts:
Part | Description |
IndentStyle | Required. An enumerated type specifying the desired behavior. Values include INDENT_NONE, INDENT_DEFAULT (block), and INDENT_SMART. |