Share via


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)

Syntax

'Declaration
Public hwndDlg As IntPtr
public IntPtr hwndDlg
public:
IntPtr hwndDlg
val mutable hwndDlg: IntPtr
public var hwndDlg : IntPtr

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSPROPSHEETPAGE Structure

Microsoft.VisualStudio.Shell.Interop Namespace