Add screen dialog for Microsoft Windows launcher. More...
#include <CAddScreen.h>
Public Member Functions | |
CAddScreen (HWND parent, CConfig *, const CString &name) | |
manipulators | |
bool | doModal () |
Run dialog. | |
accessors | |
CString | getName () const |
Add screen dialog for Microsoft Windows launcher.
Definition at line 26 of file CAddScreen.h.
bool CAddScreen::doModal | ( | ) |
Run dialog.
Display and handle the dialog until closed by the user. Return true
if the user accepted the changes, false otherwise.
Definition at line 69 of file CAddScreen.cpp.