Methods
| Create | Creates a modeless dialog box. |
| DestroyWindow | Destroys a modeless dialog box. |
| DoModal | Creates a modal dialog box. |
| EndDialog | Destroys a modal dialog box. |
CDialogImplBaseT Methods
| DialogProc | Processes messages sent to the dialog box. |
| GetDialogProc | Returns the current dialog box procedure. |
| OnFinalMessage | Called after receiving the last message, typically WM_NCDESTROY. |
| MapDialogRect | Maps the dialog-box units of the specified rectangle to screen units (pixels). |
| StartDialogProc | Called when the first message is received to process messages sent to the dialog box. |