9#if !defined(OWL_COMMDIAL_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
19#if !defined(_INC_COMMDLG)
68 auto DoExecute() ->
int override;
71 const tstring& GetCDTitle()
const;
75 auto PerformCreate() ->
THandle override;
76 void SetupWindow()
override;
Derived from TDialog, TCommonDialog is the abstract base class for TCommonDialog objects.
void EvClose()
Responds to a WM_CLOSE message by calling DefaultProcessing to let the common dialog DLL process the ...
const tstring & GetCDTitle() const
Return the title from the common dialog.
void CmOkCancel()
Responds to a click on the dialog box's OK or Cancel button by calling DefaultProcessing to let the c...
void CmHelp()
Default handler for the pshHelp push button (the Help button in the dialog box).
Typically used to obtain information from a user, a dialog box is a window inside of which other cont...
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
TResult DefaultProcessing()
Handles default processing of events, which includes continued processing of menu/accelerators comman...
Definition of TDialog class and TDialogAttr struct.
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)