template <typename T> void DDX_ManagedControl( CDataExchange* pDX, int nIDC, CWinFormsControl<T>& control ); 参数pDX 为CDataExchange 类 对象的指针。 框架提供此对象建立上下文数据交换,包括其方向。 nIDC 控件的资源 ID 与控件属性。 control CWinFormsControl 类 对象的引用。备注...
DDX_FieldLBStringExact DDX_FieldSlider DDX_FieldRadio DDX_FieldScroll DDX_FieldText DDX_IPAddress DDX_LBIndex DDX_LBString DDX_LBStringExact DDX_ManagedControl DDX_MonthCalCtrl DDX_OCBool DDX_OCBoolRO DDX_OCColor DDX_OCColorRO DDX_OCFloat DDX_OCFloatRO DDX_OCInt DDX_OCIntRO DDX_OCShort ...
DDX_FieldLBStringExact DDX_FieldSlider DDX_FieldRadio DDX_FieldScroll DDX_FieldText DDX_IPAddress DDX_LBIndex DDX_LBString DDX_LBStringExact DDX_ManagedControl DDX_MonthCalCtrl DDX_OCBool DDX_OCBoolRO DDX_OCColor DDX_OCColorRO DDX_OCFloat DDX_OCFloatRO DDX_OCInt DDX_OCIntRO DDX_OCShort ...
void DDX_ManagedControl( CDataExchange* pDX, int nIDC, CWinFormsControl<T>& control ); Parameters Remarks to create a control matching the resource control ID. Use DDX_ManagedControl to create controls from resource IDs inCDialog::OnInitDialog. For data exchange, you do not need to use the...
template <typename T> void DDX_ManagedControl( CDataExchange* pDX, int nIDC, CWinFormsControl<T>& control ); Parameters Remarks DDX_ManagedControl callsCWinFormsControl::CreateManagedControlto create a control matching the resource control ID. Use DDX_ManagedControl to create controls from resource...