DDX_ManagedControl
建立與控制項的資源 ID 相符的 NET 控制項。
template <typename T>
void DDX_ManagedControl(
CDataExchange* pDX,
int nIDC,
CWinFormsControl<T>& control
);
參數
pDX
CDataExchange 類別 物件的指標。 這個架構提供這個物件以建立資料交換的內容,包括它的方向。nIDC
與控制項屬性相關聯的控制項的資源 ID。control
CWinFormsControl 類別 物件的參考。
備註
DDX_ManagedControl 會呼叫 CWinFormsControl::CreateManagedControl 以建立與資源控制項 ID 相符的控制項。 使用 DDX_ManagedControl 從 CDialog::OnInitDialog 中的資源 ID 建立控制項。 對於資料交換,您不需要使用 DDX/DDV 函式和 Windows Form 控制項。
如需詳細資訊,請參閱如何:使用 Windows Form 執行 DDX/DDV 資料繫結。
需求
標題: afxwinforms.h