VSPROPSHEETPAGE.pfnDlgProc Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: