LTOOLBARTOOL

Summary

The LTOOLBARTOOL structure contains information about a tool in the toolbar. This tool may be associated with one or more buttons (sub-toolbar).

Syntax

typedef struct _LTOOLBARTOOL 
{ 
   L_UINT uStructSize; 
   L_UINT uButtonsCount; 
   pLBUTTONINFO pButtons; 
   L_UINT32 dwTag; 
} LTOOLBARTOOL, *pLTOOLBARTOOL; 

Members

uStructSize

The size of this structure.

uButtonsCount

Number of buttons associated with the tool. For most tools this will be 1. If a tool represents a sub-toolbar, then this value is the number of buttons associated with the tool.

pButtons

Address of an array of LBUTTONINFO structures that contain information about the button(s) associated with this tool.

dwTag

User defined data associated with the tool information.

Comments

A toolbar is made up of one or more tools. The LBUTTONINFO structure contains information about the toolbar in general. Information about each tool that makes up the toolbar is contained in an LTOOLBARTOOL structure. Each tool in a toolbar may have one or more buttons associated with it. A tool with more than one button associated with it is said to be a sub-toolbar. Information about the button(s) associated with a tool in the toolbar is contained in one or more LBUTTONINFO structures.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.