ShowIndentGuides Property (MarkProp Object)¶
Corresponds to the Show Indent Guides check box in the Mark tab of Configuration Properties. Supported on EmEditor Professional Version 8.00 or later.¶
[JavaScript]¶
b = object.ShowIndentGuides;
object.ShowIndentGuides
= b;
[VBScript]¶
b = object.ShowIndentGuides
object.ShowIndentGuides
= b
Version¶