C++
BOOL SetOverlayImageAlignment( int nAlignment );
Description
Sets the alignment of overlay images. nAlignment may be one of the following:
ACTCUI_OVERLAY_ALIGN_TOPLEFT | Display overlay image on the upper-left corner of the item's image. |
ACTCUI_OVERLAY_ALIGN_TOPRIGHT | Display overlay image on the upper-right corner of the item's image. |
ACTCUI_OVERLAY_ALIGN_BOTTOMLEFT | Display overlay image on the lower-left corner of the item's image. |
ACTCUI_OVERLAY_ALIGN_BOTTOMRIGHT | Display overlay image on the lower-right corner of the item's image. |
If this function succeeds, the return value is non-zero. Otherwise, the return value is zero.
Parameters
Parameters | Description |
---|---|
nAlignment | Input alignment value |