SftTabs/DLL 6.0

GetParentDialog

Softel vdm, Inc.

Returns the page's parent dialog object.

C++

virtual CSftTabsDialog* CSftTabsPage::GetParentDialog() const;

Returns

The return value is a pointer to the CSftTabsDialog based object which is the parent window of the page.

Comments

The GetParentDialog function returns the page's parent dialog object.

GetParentDialog retrieves the top-most enclosing CSftTabsDialog based object in case of nested tab controls with attached pages.

Example

This example shows an OnOK member function of a CSftTabsPage based object. The page implements its own OK button. To process the OK button, it calls the parent dialog's OnOK member function.

void CPage4::OnOK()
{
    // Send OK to parent 
    GetParentDialog()->OnOK();
}

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


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