SEC3DTabWnd::SetFontInactiveTab

BOOLSEC3DTabWnd::SetFontInactiveTab(CFont*pFont, BOOLbRedraw)

Sets an inactive 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: tabwnd3.cpp

Return Value

Returns TRUE on success; FALSE otherwise.

Parameters

pFont

Specifies the new font.

bRedraw

If TRUE, redraw the SEC3DTabWnd object.

See Also

GetFontInactiveTab

SEC3DTabWnd