Hide

SftTabs/DLL 6.5 - Tab Control

Display
Print

CSftTabsWindowSheet

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.