SftTabs/DLL 6.0

CSftTabsWindowSheet

Softel vdm, Inc.

Standard constructor.

C++

CSftTabsWindowSheet::CSftTabsWindowSheet();

Comments

The class CSftTabsWindowSheet is never used by itself. It is used to add tabbed window support to a CWnd based class.

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

Example

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

class CSampleView : public CView, public CSftTabsWindowSheet
{
    ... class definition 
};

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


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