[ROSDLGS] Add SetWizardButtons to CPropertyPageImpl

CORE-7684 #234
This commit is contained in:
Mark Jansen 2017-12-24 14:56:42 +01:00
parent 4bdc74bf5d
commit b2a5a804b4

View file

@ -69,6 +69,11 @@ namespace ATL
::SendMessage(GetParent(), bChanged ? PSM_CHANGED : PSM_UNCHANGED, (WPARAM)m_hWnd, 0L); ::SendMessage(GetParent(), bChanged ? PSM_CHANGED : PSM_UNCHANGED, (WPARAM)m_hWnd, 0L);
} }
void SetWizardButtons(DWORD dwFlags)
{
::PostMessage(GetParent(), PSM_SETWIZBUTTONS, 0, (LPARAM)dwFlags);
}
BOOL OnPageCreate() BOOL OnPageCreate()
{ {
return TRUE; return TRUE;