SftTabs/DLL 6.0

CSftTabsWindowPage

Softel vdm, Inc.

Standard constructor.

C++

CSftTabsWindowPage::CSftTabsWindowPage();

Comments

The class CSftTabsWindowPage is never used by itself. It is used to add the support necessary to use a CWnd based class as a page.

To avoid problems usually found with MFC and Windows messaging when using multiple inheritance, the class CSftTabsWindowPage must be defined as the "right-most" class.

Example

This example adds tabbed window support to the CSampleListBox class by using multiple inheritance:

class CSampleListBox : public CListBox, public CSftTabsWindowPage
{
    ... class definition 
};

See Also  C/C++ API  |  C++ Classes  |  Notifications


Feedback / comments / error reports for this topic
© 2016 - Softel vdm, Inc. - www.softelvdm.com