VSPROPSHEETPAGE.hwndDlg Field

Definition

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.

public: IntPtr hwndDlg;
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr hwndDlg;
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable hwndDlg : nativeint
Public hwndDlg As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

COM Signature

From vsshell.idl:

Applies to