ANNTOOLBARINFO
typedef struct _ANNTOOLBARINFO
{
L_UINT uStructSize;
L_UINT uButtons;
L_UINT uRows;
L_UINT uColumns;
} ANNTOOLBARINFO, *pANNTOOLBARINFO;
The ANNTOOLBARINFO structure contains information about the layout of the annotation toolbar. [Document/Medical]
Member |
Description |
uStructSize |
Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value. |
uButtons |
Number of buttons in the toolbar. |
uRows |
Number of rows in the toolbar. |
uColumns |
Number of columns in the toolbar. |
Comments
To retrieve information about the layout of the toolbar, call LAnnToolBar::GetToolBarInfo.
To modify the layout of the toolbar, call LAnnToolBar::SetToolBarColumns and LAnnToolBar::SetToolBarRows.
See Also
Functions: |
LAnnToolBar::GetToolbarInfo, LAnnToolBar::SetToolBarColumns, LAnnToolBar::SetToolBarRows |