IPropertySheetCallback.RemovePage(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.
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.