CWinFormsView类选件

为承载Windows窗体控件提供通用功能作为MFC视图。

class CWinFormsView : public CView;

成员

6xfx8bsa.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CWinFormsView::CWinFormsView

构造 CWinFormsView 对象。

6xfx8bsa.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

CWinFormsView::GetControl

检索指向Windows窗体控件。

6xfx8bsa.collapse_all(zh-cn,VS.110).gif公共运算符

名称

CWinFormsView::operator Control^

转换类型,指向Windows窗体控件。

备注

MFC使用 CWinFormsView 选件类以承载在MFC视图中的一个.NET Framework Windows窗体控件。 该控件是本机视图的子视图MFC视图的整个工作区。 则结果将类似于 CFormView 视图,使您可以利用Windows窗体设计器和运行时创建丰富的基于窗体的视图。

有关使用Windows窗体的更多信息,请参见 在 MFC 中使用 Windows 窗体用户控件

备注

MFC Windows窗体集成只在与MFC的项目(定义了AFXDLL)的项动态链接。

备注

CWinFormsView不支持MFC拆分窗口(创建服务)。目前仅Windows窗体拆分控件(Splitter)的支持。

要求

标头: afxwinforms.h

请参见

参考

层次结构图

CWinFormsControl选件类

CWinFormsDialog选件类

CFormView选件类