BCGControlBar Pro for MFC
void CBCGPOutlookWnd::SetPageButtonTextAlign ( UINT  uiAlign,
BOOL  bRedraw = TRUE 
)

Changes text alignment for page buttons of outlook window.

Use this function to change text alignment for page buttons.

uiAlign can be one of the following values:

  • TA_LEFT - left alignment
  • TA_CENTER - center alignment
  • TA_RIGHT - right alignment

The default value is TA_CENTER.

Parameters
uiAlignSpecifies the new text alignment.
bRedrawIf TRUE, the outlook window will be redrawn.