|
Windows C++ Library
|
#include <PropertyPage.hpp>
Public Member Functions | |
| CPropertyPage (uint nRscID) | |
| virtual | ~CPropertyPage () |
Protected Member Functions | |
| virtual LRESULT | OnCtrlMsg (NMHDR &rMsgHdr) |
| virtual bool | OnValidate () |
| virtual bool | OnOk () |
Static Protected Member Functions | |
| static WCL::DlgResult DIALOGPROC | PropPageProc (HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) |
Friends | |
| class | CPropertySheet |
| CPropertyPage::CPropertyPage | ( | uint | nRscID | ) |
| CPropertyPage::~CPropertyPage | ( | ) | [virtual] |
| WCL::DlgResult DIALOGPROC CPropertyPage::PropPageProc | ( | HWND | hWnd, |
| UINT | iMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) | [static, protected] |
| LRESULT CPropertyPage::OnCtrlMsg | ( | NMHDR & | rMsgHdr | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| bool CPropertyPage::OnValidate | ( | ) | [protected, virtual] |
| bool CPropertyPage::OnOk | ( | ) | [protected, virtual] |
Reimplemented from CDialog.
friend class CPropertySheet [friend] |
1.7.6.1