SEC3DTabWnd::GetFontInactiveTab

CFont*SEC3DTabWnd::GetFontInactiveTab(void)

Gets the current font of an inactive tab. The CFont pointer passed back is temporary and should not be stored for later use.

Defined in: tabwnd3.cpp

Return Value

A pointer to a CFont that contains the current font.

See Also

SetFontInactiveTab

SEC3DTabWnd