SECFrameWnd::SetCaptionTextAlign
voidSECFrameWnd::SetCaptionTextAlign(AlignCaptionac, BOOLbRedraw)
Call the member function to modify the alignment of the caption text. If you don’t want a redraw to occur after the text alignment is modified, specify FALSE as the value of the last parameter.
Defined in: swinfrm.cpp
Return Value
void
Parameters
ac
Alignment of the caption text. Values may be one of acLeft, acCenter, or acRight
bRedraw
Forces a redraw after the text alignment is modified.