Automatically Show/Hide Cell Toolbar command¶
Summary¶
Automatically shows or hides the cell toolbar.
Description¶
Automatically shows or hides the cell toolbar.
How to Run¶
Default Menu: None
All Commands: View > Toolbars > Cell Toolbar Options > Automatically Show/Hide Cell Toolbar
Toolbar: (Cell toolbar) + Automatically Show/Hide Cell Toolbar
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_CELL_BAR_AUTO_SHOW (3969)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3969);
[VBScript]¶
editor.ExecuteCommandByID 3969