LToolbar::EnableToolbarCallBack

#include "ltwrappr.h"

L_BOOL LToolbar::EnableToolbarCallBack (bEnable)

L_BOOL bEnable;

flag

Enables or disables the Toolbar callback function to be used by the user. Returns the last enable state.

Parameter

Description

bEnable

TRUE value enables the toolbar callback function. FALSE value disables the toolbar callback function.

Returns

TRUE

The callback function was previously enabled.

FALSE

The callback function was previously disabled.

Comments

The LToolbar::ToolbarCallBack function is called for each event that occurs in the toolbar.

To receive notification of toolbar events, you must derive a class from LToolbar and override the LToolbar::ToolbarCallBack function. In addition, the use of the callback function must be enabled by calling LToolbar::EnableToolbarCallBack.

Required DLLs and Libraries

LTTLB

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LToolbar::ToolbarCallBack, Class Members

Topics:

Receiving Toolbar Events

Example

For an example, refer to LToolbar::ToolBarCallBack.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Toolbar C++ Class Library Help