Description
|
Remove the toolbar “name” if it exists. |
|
Parameters
|
Toolbar name. |
|
Returns |
0 = fail, 1 = OK. |
|
Notes |
None. |
|
See also |
Add a toolbar |
|
|
Remove a toolbar |
|
|
Calibrate a toolbar |
|
|
Enable / disables toolbar processing. |
Visual C++ Declaration/example
BOOL TBAPI TBApiRemoveToolBar (LPCTSTR name)
Visual
Basic Declaration/example
Public Declare Function TBApiRemoveToolBar Lib "TBapi" Alias “_DLL_TBApiRemoveToolBar@4"
(ByVal name As String) As Long