TextDlg dialog.
More...
#include <TextDlg.h>
|
enum | { IDD = IDD_TEXTDIALOG
} |
|
enum | { IDD = IDD_TEXTDIALOG
} |
|
#define IDD_TEXTDIALOG
Definition: resource.h:31
#define IDD_TEXTDIALOG
Definition: resource.h:31
TextDlg::TextDlg |
( |
CWnd * |
pParent = NULL | ) |
|
standard constructor
References IDD.
TextDlg::TextDlg |
( |
CWnd * |
pParent = NULL | ) |
|
virtual TextDlg::~TextDlg |
( |
| ) |
|
|
virtual |
void TextDlg::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
protectedvirtual |
for DDX/DDV support
References c_text, and IDC_TEXT.
45 CDialogEx::DoDataExchange(pDX);
#define IDC_TEXT
Definition: resource.h:68
CEdit c_text
Definition: TextDlg.h:48
virtual void TextDlg::DoDataExchange |
( |
CDataExchange * |
pDX | ) |
|
|
protectedvirtual |
void TextDlg::OnClose |
( |
| ) |
|
afx_msg void TextDlg::OnClose |
( |
| ) |
|
void TextDlg::SetText |
( |
LPCTSTR |
text | ) |
|
void TextDlg::SetText |
( |
LPCTSTR |
text | ) |
|
set the contents of the window to the string pointed to by 'text'
void TextDlg::SetTitle |
( |
LPCTSTR |
title | ) |
|
void TextDlg::SetTitle |
( |
LPCTSTR |
title | ) |
|
void TextDlg::Show |
( |
bool |
show | ) |
|
void TextDlg::Show |
( |
bool |
show | ) |
|
The documentation for this class was generated from the following files: