CWinFormsDialog Class

A wrapper for an MFC dialog class that hosts a Windows Forms user control.

template <typename TManagedControl>
class CWinFormsDialog : 
   public CDialog

Parameters

  • TManagedControl
    The .NET Framework user control to be displayed in the MFC application.

Remarks

CWinFormsDialog is a wrapper for an MFC dialog class (CDialog) that hosts a Windows Forms (UserControl) user control. This allows the display of .NET Framework controls on a modal or modeless MFC dialog box.

For more information on using Windows Forms, see Using a Windows Form User Control in MFC and Hosting a Windows Form User Control as an MFC Dialog Box.

Requirements

Header: afxwinforms.h

See Also

Reference

CWnd Class

CWinFormsView Class

CDialog Class

System.Windows.Forms.UserControl

Other Resources

CWinFormsDialog Members