ACTIONBAR BUTTON WIDTH xxx
Symbolic Value : Constants
ACTIONBAR_BUTTON_WIDTH_xxx - Values for BtnWidthStyle member of CDACTIONBAREXT.
#include <actods.h>
Symbolic Values :
ACTIONBAR_BUTTON_WIDTH_DEFAULT - Action button width is calculated based on text length and image width.
ACTIONBAR_BUTTON_WIDTH_BACKGROUND - Action button width is at least button background image width or wider if needed to fit text and image.
ACTIONBAR_BUTTON_WIDTH_ABSOLUTE - Action button width is fixed. If this is set, the wBtnWidthAbsolute member of CDACTIONBAREXT reflects the fixed width.
Description :
These values for the BtnWidthStyle member of CDACTIONBAREXT describe action button width styles.
See Also : CDACTIONBAREXT