DoubleClickOnly Property (LinkProp Object)¶
Corresponds to the Enable
Double-Clicking Only check box in the Link page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.DoubleClickOnly;
object.DoubleClickOnly = b;
[VBScript]¶
b = object.DoubleClickOnly
object.DoubleClickOnly = b
Version¶