다음을 통해 공유


CWinFormsControl 클래스

Windows Forms 컨트롤을 호스팅하기 위한 기본 기능을 제공 합니다.

template<class TManagedControl>
class CWinFormsControl : public CWnd

매개 변수

  • TManagedControl
    MFC 응용 프로그램에서 표시 하는.NET Framework Windows Forms 컨트롤입니다.

멤버

8z4d86s2.collapse_all(ko-kr,VS.110).gifPublic 생성자

Name

설명

CWinFormsControl::CWinFormsControl

MFC Windows Forms 컨트롤 래퍼 개체를 만듭니다.

8z4d86s2.collapse_all(ko-kr,VS.110).gifPublic 메서드

Name

설명

CWinFormsControl::CreateManagedControl

Windows Forms 컨트롤을 MFC 컨테이너에 만듭니다.

CWinFormsControl::GetControl

Windows Forms 컨트롤에 대 한 포인터를 검색합니다.

CWinFormsControl::GetControlHandle

Windows Forms 컨트롤에 대 한 핸들을 검색합니다.

8z4d86s2.collapse_all(ko-kr,VS.110).gifPublic 연산자

Name

설명

CWinFormsControl::operator->

대체 CWinFormsControl::GetControl 식에서입니다.

CWinFormsControl::operator TManagedControl ^

형식에 Windows Forms 컨트롤에 대 한 포인터로 캐스팅합니다.

설명

CWinFormsControl 클래스를 호스팅하는 Windows Forms 컨트롤의 기본 기능을 제공 합니다.

Windows Forms을 사용 하 여에 대 한 자세한 내용은 MFC에서 Windows Form 사용자 정의 컨트롤 사용.

MFC 코드 창 핸들을 캐시할 수 없습니다 (일반적으로 저장 m_hWnd).일부 Windows Forms 컨트롤의 속성에 필요한 기본 Win32 Window 멸망 하 고 다시 사용 하 여 DestroyWindowCreateWindow.MFC Windows Forms 구현 핸들의 DestroyCreate 이벤트의 컨트롤을 업데이트 하는 m_hWnd 멤버.

[!참고]

MFC Windows Forms 통합 (는 AFXDLL 정의) MFC 동적 링크 프로젝트 에서만 작동 합니다.

요구 사항

헤더: afxwinforms.h

참고 항목

참조

CWinFormsDialog 클래스

CWinFormsView 클래스