RightAll Property (HighlightItem Object)

Corresponds to the Highlight Right All check box in the Highlight (1) page of Configuration Properties.

[JavaScript]

b = item.RightAll;
item.RightAll = b;

[VBScript]

b = item.RightAll
item.RightAll = b

Version

Supported on EmEditor Professional Version 7.00 or later.