Enabled Property (AssociationItem Object)¶
Specifies the flag indicating whether the object is enabled. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = item.Enabled;
item.Enabled = b;
[VBScript]¶
b = item.Enabled
item.Enabled = b
Version¶