ACTIONBAR BACKGROUND xxx
Symbolic Value : Constants
ACTIONBAR_BACKGROUND_xxx - Values for wBarBackgroundRepeat member of CDACTIONBAREXT.
#include <actods.h>
Symbolic Values :
ACTIONBAR_BACKGROUND_REPEATONCE   -  Image repeats once in upper left of action bar.
ACTIONBAR_BACKGROUND_REPEATVERT   -  Image repeats vertically along left of action bar.
ACTIONBAR_BACKGROUND_REPEATHORIZ      -  Image repeats horizontally along top of action bar.
ACTIONBAR_BACKGROUND_TILE     -  Image "tiles" (repeats) to fit action bar.
ACTIONBAR_BACKGROUND_CENTER_TILE      -  Image is divided and "tiled" (repeated) to fit action bar.
ACTIONBAR_BACKGROUND_REPEATSIZE   -  Image is sized to fit action bar.
ACTIONBAR_BACKGROUND_REPEATCENTER     -  Image is centered in action bar.
Description :
These values for the wBarBackgroundRepeat member of CDACTIONBAREXT describe the repeating pattern of an image selected as an action bar background.
See Also : CDACTIONBAREXT