Поделиться через


CWinFormsDialog::operator TManagedControl^

Casts a type as a reference to a Windows Forms user control.

inline operator TManagedControl^( ) const throw( );

Заметки

This operator casts a type as a reference to a UserControl control. It is used to pass a CWinFormsDialog<TManagedControl> dialog box to functions that accept a pointer to a Windows Forms user control object.

Требования

Header: afxwinforms.h

См. также

Основные понятия

CWinFormsDialog Class

CWinFormsDialog Members

Ссылки

UserControl

Form