SECTabWnd::SetFontSelectedTab

BOOLSECTabWnd::SetFontSelectedTab(CFont*pFont, BOOLbRedraw)

Sets a selected tab’s current font to the specified font. If bRedraw is TRUE, the tab will also be redrawn.
The CFont object passed by pointer will be copied to duplicate storage, so the caller need not hang onto the pointer.

Defined in: tabwnd.cpp

Parameters

pFont

Specifies the new font.

bRedraw

If TRUE, redraw the SECTabWnd object.

See Also

GetFontSelectedTab

SECTabWnd