Case Property (HighlightItem Object)

Corresponds to the Match Case check box in the Highlight (1) page of Configuration Properties.

[JavaScript]

b = item.Case;
item.Case = b;

[VBScript]

b = item.Case
item.Case = b

Version

Supported on EmEditor Professional Version 7.00 or later.