typedef struct _LILITEMOPTION
{
L_UINT uStructSize;
L_UINT uVerticalSpacing;
L_UINT uHorizontalSpacing;
L_UINT uWidth;
L_UINT uHeight;
COLORREF crBackground;
L_BOOL bDisplayItemText;
COLORREF crForeground;
HFONT hFont;
} LILITEMOPTION, * pLILITEMOPTION;
The LILITEMOPTION structure contains information about item options.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Vertical spacing between items. The unit of measure is pixels.
Horizontal spacing between items. The unit of measure is pixels.
Width of the item in pixels.
Height of the item in pixels.
Background color for the item.
Flag that indicates whether or not to display the item's text. Possible values are:
Value | Meaning |
---|---|
TRUE | Display the item's text. |
FALSE | Do not display the item's text |
Color for the item's text.
Handle to the font to use for the item's text.
The following are default values:
Member | Default value |
---|---|
uVerticalSpacing | 5 |
uHorizontalSpacing | 5 |
uWidth | 80 |
uHeight | 80 |
crBackground | RGB(0,0,0) |
bDisplayItemText | TRUE |
crForeground | RGB(0,0,0) |
hFont | NULL |
The structure is used by:
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