ConfigName Property (Document Object)¶
Retrieves or sets the current configuration name. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
strName = document.ConfigName;
document.ConfigName = strName;
[VBScript]¶
strName = document.ConfigName
document.ConfigName = strName
Version¶