LTOOLBARINFO

typedef struct _LTOOLBARINFO 
{ 
   L_UINT uStructSize; 
   L_INT cxBitmapWidth; 
   L_INT cyBitmapHeight; 
   L_UINT uToolsCount; 
   pLTOOLBARTOOL pTools; 
   L_UINT32 dwTag; 
} LTOOLBARINFO, *pLTOOLBARINFO; 

Contains the information that will be used to create the toolbar.

Members

L_UINT uStructSize

Size of this structure.

L_INT cxBitmapWidth

The width of the bitmaps that will be used in the buttons of this toolbar.

L_INT cyBitmapHeight

The Height of the bitmaps that will be used in the buttons of this toolbar.

L_UINT uToolsCount

The number of the tool buttons in the toolbar.

pLTOOLBARTOOL pTools

An array of LTOOLBARTOOL structures that will be used to create this toolbar.

L_UINT32 dwTag

User-defined data associated with the toolbar information.

Comments

A toolbar is made up of one or more tools. This 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.

The uToolsCount member represents the number of primary buttons in the toolbar.

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++ Class Library Help