Toggle Function Bar command¶
Summary¶
Shows or hides the function bar.
Description¶
Shows or hides the function bar at the bottom of the EmEditor window.
How to Run¶
Default Menu: View > Function Bar
All Commands: View > Function Bar
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_VIEW_FUNCTION_BAR (4448)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4448);
[VBScript]¶
editor.ExecuteCommandByID 4448