Description
|
Enable / disables toolbar
processing. |
|
Parameters |
BOOLEAN
value where TRUE = enable and FALSE = disable. |
|
Returns |
0 = fail, 1 = OK. |
|
Notes |
If passed TRUE (ignore) then
pointer actions in the toolbar areas are processed as normal touches used
during calibration to allow calibration of toolbar areas. |
|
See also |
Add a toolbar |
|
|
Remove a toolbar |
|
|
Calibrate a toolbar |
|
|
Enable / disables toolbar processing. |
Visual C++ Declaration/example
BOOL TBAPI TBApiIgnoreToolbars(BOOL aState);
Public Declare Function
TBApiIgnoreToolbars Lib "TBapi" Alias "_DLL_TBApiIgnoreToolbars@4"
(ByVal aState As Long) As Long