SECFrameWnd::ForceCaptionRedraw
Call this function if you need to programmatically force a redraw of the caption bar. You might want to call this function if you need to make several modifications to the caption bar settings, but wish only one update to occur.
Defined in: swinfrm.cpp
Syntax
void SECFrameWnd::ForceCaptionRedraw(BOOL bImmediate)
void SECFrameWnd::ForceCaptionRedraw()
Return Value
void
Parameters
bImmediate
Obsolete parameter, does nothing. Overload for backward compatability.