L_TBIsButtonEnabled

#include "LtTLB.h"

L_LTTLB_API L_INT L_TBIsButtonEnabled (pToolbar, uButtonID, pfEnable);

Determines whether the specified button is enabled for mouse input.

Parameters

pTOOLBARHANDLE pToolbar

Pointer to a toolbar handle.

L_UINT uButtonID

Identifier of the button for which to retrieve the status.

L_BOOL * pfEnable

Pointer to a variable to be updated with a value that indicates whether the specified button is enabled or disabled. Possible values are:

Value Meaning
TRUE The specified button is enabled.
FALSE The specified button is disabled.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes

Comments

To change the enabled status of a button, call L_TBSetButtonEnabled.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_TBSetButtonEnabled.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Toolbar C API Help