L_TBIsButtonVisible

Summary

Determines whether the specified button is visible.

Syntax

#include "LtTLB.h"

L_LTTLB_API L_INT L_TBIsButtonVisible(pToolbar, uButtonID, pfVisible )

Parameters

pTOOLBARHANDLE pToolbar

Pointer to a toolbar handle.

L_UINT uButtonID

Identifier of the button for which to retrieve the visibility status.

L_BOOL * pfVisible

Pointer to the variable that will receive the visibility status of the button. Possible values are:

Value Meaning
TRUE The specified button is visible.
FALSE The specified button is not visible.

Returns

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

Comments

To change the visibility status of a button, call L_TBSetButtonVisible.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_TBSetButtonVisible.

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

LEADTOOLS Toolbar C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.