AutoIndent プロパティ (IndentProp オブジェクト)

[タブ/インデント] ダイアログ ボックス の [自動インデントを有効にする] チェック ボックスに相当します。

[JavaScript]

b = object.AutoIndent;
object.AutoIndent = b;

[VBScript]

b = object.AutoIndent
object.AutoIndent = b

バージョン

EmEditor Professional Version 7.00 以上で利用できます。