L_TBSetToolbarInfo

Summary

Sets the toolbar information.

Syntax

#include "LtTLB.h"

L_LTTLB_API L_INT L_TBSetToolbarInfo(pToolbar, pToolbarInfo)

Parameters

pTOOLBARHANDLE pToolbar

Pointer to a toolbar handle.

pLTOOLBARINFO pToolbarInfo

Pointer to an LTOOLBARINFO structure that contains the information that will be used to set the toolbar information.

Returns

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

Comments

This function may be used to assign information to a toolbar created using the TOOLBAR_EMPTY flag in the L_TBCreate function, or it may be used to modify an existing toolbar.

To get the current toolbar information, call L_TBGetToolbarInfo.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_TBGetToolbarInfo.

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.