TBApiIgnoreToolbars API Call

 

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

TBApiAddToolbar

Add a toolbar

 

TBApiRemoveToolbar

Remove a toolbar

 

TBApiCalibrateToolbar

Calibrate a toolbar

 

TBApiIgnoreToolbars

Enable / disables toolbar processing.

 

Visual C++ Declaration/example

 

BOOL TBAPI TBApiIgnoreToolbars(BOOL aState);

 

Visual Basic Declaration/example

 

Public Declare Function TBApiIgnoreToolbars Lib "TBapi" Alias "_DLL_TBApiIgnoreToolbars@4" (ByVal aState As Long) As Long