Description
|
Calibrate 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 TBApiCalibrateToolbar (LPCTSTR name);
Visual
Basic Declaration/example
Public Declare Function TBApiCalibrateToolbar Lib "TBapi" _
Alias “_DLL_TBApiCalibrateToolbar@4" (ByVal name As String) As
Boolean