|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| winuser.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
ICONMETRICS
The
ICONMETRICS structure contains the scalable metrics associated with icons. This structure
is used with the
SystemParametersInfo function when the SPI_GETICONMETRICS or SPI_SETICONMETRICS action is
specified.
typedef struct tagICONMETRICS {
UINT cbSize;
int iHorzSpacing;
int iVertSpacing;
int iTitleWrap;
LOGFONT lfFont;
} ICONMETRICS, FAR *LPICONMETRICS;
Members
cbSize
Specifies the size of the structure, in bytes.
iHorzSpacing and
iVertSpacing
Horizontal and vertical space, in pixels, for each arranged icon.
iTitleWrap
Title-wrapping flag. If this member is nonzero, icon titles wrap to a new
line. If this member is zero, titles do not wrap.
lfFont
Specifies the font to use for icon titles.
See Also
SystemParametersInfo
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database