VSPROPSHEETPAGE::hwndDlg Field

 

If you cannot pass a dialog template, set the HINSTANCE field to a null value and fill in this field instead. A page will then be created, and your hwnd will be attached to it. If you do this, do not use lParam for anything.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public:
[ComConversionLossAttribute]
IntPtr hwndDlg

Field Value

Type: System::IntPtr

From vsshell.idl:

Return to top
Show: