InsideTag Property (HighlightItem Object)

Corresponds to the Inside Tag Only check box in the Highlight (1) page of Configuration Properties.

[JavaScript]

b = item.InsideTag;
item.InsideTag = b;

[VBScript]

b = item.InsideTag
item.InsideTag = b

Version

Supported on EmEditor Professional Version 7.00 or later.