IPropertySheetCallback.AddPage(IntPtr) Method
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.
Adds a page to a property sheet.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void AddPage(IntPtr hPage);
public void AddPage (IntPtr hPage);
abstract member AddPage : nativeint -> unit
Public Sub AddPage (hPage As IntPtr)
Parameters
- hPage
-
IntPtr
nativeint
The handle to a property sheet page to add to a property sheet.
Remarks
For more information about programming with the IPropertySheetCallback interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.