VSPROPSHEETPAGE.pfnDlgProc Field

Definition

Address of the dialog box procedure for the page. Because the pages are created as modeless dialog boxes, the dialog box procedure must not call the EndDialog function.

public: IntPtr pfnDlgProc;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DLGPROC")]
public IntPtr pfnDlgProc;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.DLGPROC")>]
val mutable pfnDlgProc : nativeint
Public pfnDlgProc As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

COM Signature

From vsshell.idl:

Applies to