L_TBSetVisible

Summary

Sets the toolbar visibility.

Syntax

#include "LtTLB.h"

L_LTTLB_API L_INT L_TBSetVisible (pToolbar, fVisible)

Parameters

pTOOLBARHANDLE pToolbar

Pointer to a toolbar handle.

L_BOOL fVisible

Flag that indicates whether to show or hide the toolbar. Possible values are:

Value Meaning
TRUE Show the toolbar.
FALSE Hide the toolbar.

Returns

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

Comments

To determine the current toolbar visibility status, call L_TBIsVisible.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_TBCreate.

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.