| 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:
The default value is TA_CENTER.
| uiAlign | Specifies the new text alignment. |
| bRedraw | If TRUE, the outlook window will be redrawn. |