Enabled Property (Window Object)¶
Returns whether the window is enabled for mouse and keyboard input. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = wnd.Enabled;
[VBScript]¶
b = wnd.Enabled
Version¶
Macro Reference — Window Object — Enabled Property (Window Object)