CWinFormsView::CWinFormsView
Konstrukce CWinFormsView objektu.
CWinFormsView(
System::Type^ pManagedViewType
);
Parametry
- pManagedViewType
Ukazatel na datový typ, uživatelský ovládací prvek model Windows Forms.Další informace naleznete v tématu Type.
Příklad
V následujícím příkladu CUserView třída dědí z CWinFormsView a předává typ UserControl1 se CWinFormsView konstruktor.UserControl1je Zvažoval ovládací prvek v ControlLibrary1.dll.
class CMyView : public CWinFormsView
IMPLEMENT_DYNCREATE(CMyView, CWinFormsView)
BEGIN_MESSAGE_MAP(CMyView, CWinFormsView)
END_MESSAGE_MAP()
CMyView::CMyView()
: CWinFormsView(ControlLibrary1::UserControl1::typeid)
{
}
Požadavky
Záhlaví: afxwinforms.h