【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.7.1 Control::Control
Contents
Description
Syntax
Control( )
Control( Control ctrl )
Parameters
- ctrl
Return
Examples
EX1
#include <..\OriginLab\DialogEx.h> #define IDC_BUTTON1 1001 void Control_Control_ex1(Dialog& MyDlg) { Control cntl; cntl = MyDlg.GetItem(IDC_BUTTON1); }
Remark
See Also
Header to Include
Control.h