OpenFileInQuotes Property (LinkProp Object)¶
Corresponds to the Clicking a File Name in Quotes Opens the File check box in the Link page of Configuration Properties. Supported in EmEditor Professional Version 13 or later.¶
[JavaScript]¶
b = object.OpenFileInQuotes;
object.OpenFileInQuotes = b;
[VBScript]¶
b = object.OpenFileInQuotes
object.OpenFileInQuotes = b
Version¶