Snippets Toolbar command¶
Summary¶
Shows or hides the Snippets toolbar.
Description¶
Shows or hides the Snippets toolbar.
How to Run¶
Default Menu: View > Toolbars > Snippets
All Commands: View > Toolbars > Snippets
Toolbar: None
Status Bar: None
Default Shortcut Key: None
Plug-in Command ID¶
EEID_SHOW_SNIPPETS_BAR (23287)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(23287);
[VBScript]¶
editor.ExecuteCommandByID 23287