CDialog

E828344

CDialog is a core Microsoft Foundation Class (MFC) C++ class used to create and manage dialog boxes in Windows applications.

All labels observed (6)

Label Occurrences
CDialog canonical 3
CDialogEx 1
CFileDialog 1

How this entity was disambiguated

Statements (43)

Predicate Object
instanceOf C++ class
MFC class
dialog class
associatedWith dialog resource template
resource ID
baseClassOf CColorDialog
CDialogEx
linked to: CDialog

CFileDialog
linked to: CDialog

CFontDialog
linked to: CDialog

CPageSetupDialog
CPrintDialog
linked to: CDialog

CPropertySheet
category user interface class
developedBy Microsoft
documentationURL https://learn.microsoft.com/en-us/cpp/mfc/reference/cdialog-class
headerFile afxwin.h
inheritsFrom CWnd
introducedIn early versions of MFC
lifecycleEvent command handling
data exchange
dialog termination
initialization
partOf MFC
Microsoft Foundation Class Library
programmingLanguage C++
providesMethod Create
DoModal
EndDialog
GetDlgItemText
OnCancel
OnInitDialog
OnOK
SetDlgItemText
UpdateData
runsOn Microsoft Windows
linked to: Windows
supports modal dialogs
modeless dialogs
usedFor creating dialog boxes
managing dialog boxes
usedIn Windows applications
uses DDV
DDX
message map

How these facts were elicited

Referenced by (8)

Full triples — surface form annotated when it differs from this entity's canonical label.

CWnd baseClassFor CDialog
CDialog baseClassOf CDialogEx
linked to: CDialog
CDialog baseClassOf CFileDialog
linked to: CDialog
CDialog baseClassOf CFontDialog
linked to: CDialog
CDialog baseClassOf CPrintDialog
linked to: CDialog
CString commonlyUsedWith CDialog
CView baseClassFor CFormView
linked to: CDialog