AutoIndent Property (IndentProp Object)¶
Corresponds to the Enable
Auto Indent check box in the Tab/Index dialog box. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.AutoIndent;
object.AutoIndent = b;
[VBScript]¶
b = object.AutoIndent
object.AutoIndent = b
Version¶