SECTabControl::GetFontSelectedTab

CFont*SECTabControl::GetFontSelectedTab(void)

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

Defined in: tabctrl.h

Return Value

A pointer to a CFont that contains the current font.

See Also

SetFontSelectedTab

SECTabControl