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.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Number of buttons in the toolbar.
Number of rows in the toolbar.
Number of columns in the toolbar.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document