# DestroyPropertySheetPage

```csharp
[DllImport("Comctl32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool DestroyPropertySheetPage(
   IntPtr hPSPage
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/api/prsht/nf-prsht-destroypropertysheetpage)
