LTOOLBARINFO
typedef struct _LTOOLBARINFO
{
L_UINT uStructSize;
L_INT cxBitmapWidth ;
L_INT cyBitmapHeight ;
L_UINT uToolsCount ;
pLTOOLBARTOOL pTools ;
L_UINT32 dwTag ;
} LTOOLBARINFO, L_FAR *pLTOOLBARINFO ;
Contains the information that will be used to create the toolbar.
Member |
Description |
uStructSize |
Size of this structure. |
cxBitmapWidth |
The width of the bitmaps that will be used in the buttons of this toolbar. |
cyBitmapHeight |
The Height of the bitmaps that will be used in the buttons of this toolbar. |
uToolsCount |
The number of the tool buttons in the toolbar. |
pTools |
An array of LTOOLBARTOOL structures that will be used to create this toolbar. |
dwTag |
User defined data associated with the toolbar information. |
Comments
The uToolsCount will represent the primary buttons in the toolbar. But, every could have one or more buttons in a form of sub toolbar.