AllowControlCharacter Property (GeneralProp Object)¶
Corresponds to the Allow Insert Control Character check box in the
General page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.AllowControlCharacter;
object.AllowControlCharacter = b;
[VBScript]¶
b = object.AllowControlCharacter
object.AllowControlCharacter = b
Version¶