Display only One Row of Tabs
Posted
by Zafir Anjum
on August 6th, 1998
Propsheet.EnableStackedTabs(FALSE);
Alternatively, the call to EnableStackedTabs() can be placed in the overridden version of OnCreate() in the CPropertySheet derived class. This call should precede the call to the base class version of OnCreate().

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