Searched refs:CPropertySheet (Results 1 – 3 of 3) sorted by relevance
31 IMPLEMENT_DYNCREATE(CConfigPropertySheet, CPropertySheet) in IMPLEMENT_DYNCREATE() argument40 CPropertySheet(), in IMPLEMENT_DYNCREATE()63 BEGIN_MESSAGE_MAP(CConfigPropertySheet, CPropertySheet) in BEGIN_MESSAGE_MAP() argument79 BOOL b = CPropertySheet::OnInitDialog(); in BEGIN_MESSAGE_MAP()104 return CPropertySheet::OnCommand(wParam, lParam); in OnCommand()
84 uiClass->IsDerivedFrom( RUNTIME_CLASS( CPropertySheet ) ) ); in CCPApplet()135 if ( pWnd->IsKindOf( RUNTIME_CLASS( CPropertySheet ) ) ) in OnRun()137 CPropertySheet * pSheet = (CPropertySheet*) pWnd; in OnRun()
35 class CConfigPropertySheet : public CPropertySheet