IPropertySheetCallback.RemovePage(IntPtr) Method

Definition

Removes a page from a property sheet.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void RemovePage(IntPtr hPage);
public void RemovePage (IntPtr hPage);
abstract member RemovePage : nativeint -> unit
Public Sub RemovePage (hPage As IntPtr)

Parameters

hPage
IntPtr

nativeint

The handle to a property sheet page to remove from a property sheet.

Remarks

The RemovePage method can remove only pages that the snap-in has added.

For more information about programming with the IPropertySheetCallback interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to