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