当前位置: 首页 > 工具软件 > cdialog > 使用案例 >

CDialog

弘承业
2023-12-01
Base Class Members
CObject Members
CCmdTarget Members
CWnd Members
Construction
CDialog
Constructs a CDialog object.
Initialization
Create
Initializes the CDialog object. Creates a modeless dialog box and attaches it to the CDialog object.
CreateIndirect
Creates a modeless dialog box from a dialog-box template in memory (not resource-based).
InitModalIndirect
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
DoModal
Calls a modal dialog box and returns when done.
EndDialog
Closes a modal dialog box.
GetDefID
Gets the ID of the default pushbutton control for a dialog box.
GotoDlgCtrl
Moves the focus to a specified dialog-box control in the dialog box.
MapDialogRect
Converts the dialog-box units of a rectangle to screen units.
NextDlgCtrl
Moves the focus to the next dialog-box control in the dialog box.
PrevDlgCtrl
Moves the focus to the previous dialog-box control in the dialog box.
SetDefID
Changes the default pushbutton control for a dialog box to a specified pushbutton.
SetHelpID
Sets a context-sensitive help ID for the dialog box.
Overridables
OnCancel
Override to perform the Cancel button or ESC key action. The default closes the dialog box and DoModal returns IDCANCEL.
OnInitDialog
Override to augment dialog-box initialization.
OnOK
Override to perform the OK button action in a modal dialog box. The default closes the dialog box and DoModal returns IDOK.
OnSetFont
Override to specify the font that a dialog-box control is to use when it draws text.

 类似资料:

相关阅读

相关文章

相关问答