SelectInQuotes Property (LinkProp Object)¶
Corresponds to the Clicking
in Quotes Selects the Whole String check box in the Link page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.SelectInQuotes;
object.SelectInQuotes = b;
[VBScript]¶
b = object.SelectInQuotes
object.SelectInQuotes = b
Version¶