Changing the Tab Label Font
Posted
by Zafir Anjum
on August 6th, 1998
// m_fontEdit is a member variable
// Create a bold font
m_fontEdit.CreateFont( -8, 0, 0, 0, 700, 0, 0, 0, 1,
0, 0, 0, 0, _T("MS Sans Serif") );
GetTabControl()->SetFont( &m_fontEdit );

Comments
There are no comments yet. Be the first to comment!