IExtendPropertySheet2 interface (mmc.h)

The IExtendPropertySheet2 interface is introduced in MMC 1.1.

The IExtendPropertySheet2 interface enables a snap-in component to add pages to the property sheet of an item.

IExtendPropertySheet2 supersedes the IExtendPropertySheet interface for MMC 1.1. In addition to inheriting all of the methods of IExtendPropertySheet, IExtendPropertySheet2 has the following method:

IExtendPropertySheet2::GetWatermarks

Inheritance

The IExtendPropertySheet2 interface inherits from the IUnknown interface. IExtendPropertySheet2 also has these types of members:

Methods

The IExtendPropertySheet2 interface has these methods.

 
IExtendPropertySheet2::GetWatermarks

The IExtendPropertySheet2::GetWatermarks method gets the watermark bitmap and header bitmap for wizard sheets implemented as Wizard 97-style wizards.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header mmc.h

See also

Adding Property Pages and Wizard Pages