PR_MINI_ICON
The
PR_MINI_ICON property contains a bitmap of a half-size icon for a form.
Quick Info
Header
file: |
MAPITAGS.H |
Must be
exposed by: |
Form
objects |
Identifier: |
0x0FFC |
Property
type: |
PT_BINARY |
Property
tag: |
0x0FFC0102 |
Remarks
The
PR_MINI_ICON property contains a 32 32 pixel image of an icon, the same as the contents of a .ICO file,
but only the upper left 16 16
pixels are considered significant. This property is normally copied from the
.ICO file specified in the SmallIcon line of the appropriate [Description]
section of the form configuration file.
Note Some platforms
do not support 16 16 pixel
icons. The 32 32 format
of PR_MINI_ICON is usable in such a case but client applications should be
aware of display inconsistencies.
See Also