CDialog Members
Base Class Members
Construction
Constructs a CDialog object. |
Initialization
Initializes the CDialog object. Creates a modeless dialog box and attaches it to the CDialog object. |
|
Creates a modeless dialog box from a dialog-box template in memory (not resource-based). |
|
Creates a modal dialog box from a dialog-box template in memory (not resource-based). The parameters are stored until the function DoModal is called. |
Operations
Calls a modal dialog box and returns when done. |
|
Closes a modal dialog box. |
|
Gets the ID of the default pushbutton control for a dialog box. |
|
Moves the focus to a specified dialog-box control in the dialog box. |
|
Converts the dialog-box units of a rectangle to screen units. |
|
Moves the focus to the next dialog-box control in the dialog box. |
|
Moves the focus to the previous dialog-box control in the dialog box. |
|
Changes the default pushbutton control for a dialog box to a specified pushbutton. |
|
Sets a context-sensitive help ID for the dialog box. |
Overridables
Override to perform the Cancel button or ESC key action. The default closes the dialog box and DoModal returns IDCANCEL. |
|
Override to augment dialog-box initialization. |
|
Override to perform the OK button action in a modal dialog box. The default closes the dialog box and DoModal returns IDOK. |
|
Override to specify the font that a dialog-box control is to use when it draws text. |