Method of IToolBar
Remove syntax for which toolbar should be shown
ToolBar.RemoveSyntax(Syntax, bInherited);
==== Visual Basic Script ====
ToolBar.RemoveSyntax Syntax, bInherited
==== C++ ====
HRESULT hr = ToolBar.RemoveSyntax(Syntax, bInherited);
===== See Also ===== IToolBar