CAxDialogImpl Members

Methods

AdviseSinkMap

Call this method to advise or unadvise all entries in the object's sink map event map.

Create

Call this method to create a modeless dialog box.

DestroyWindow

Call this method to destroy a modeless dialog box.

DoModal

Call this method to create a modal dialog box.

EndDialog

Call this method to destroy a modal dialog box.

GetDialogProc

Call this method to get a pointer to the DialogProc callback function.

GetIDD

Call this method to get the dialog template resource ID

IsDialogMessage

Call this method to determine whether a message is intended for this dialog box and, if it is, process the message.

Data Members

m_bModal

A variable that exists only in debug builds and is set to true if the dialog box is modal.

See Also

Reference

CAxDialogImpl Class