Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from Window.
Reimplemented in PropSheetPageDlg, TrayNotifyDlg, FindProgramDlg, MdiSdiDlg, StartmenuSettingsDlg, TaskbarSettingsDlg, and DesktopSettingsDlg.
Definition at line 760 of file window.cpp.
Referenced by FindProgramDlg::Command().
{ if (code == BN_CLICKED) { EndDialog(_hwnd, id); return 0; // message has been processed } return 1; }