IPropertyPage2 interface
An extension to IPropertyPage to support initial selection of a property on a page.
This method works in conjunction with the implementation of IPerPropertyBrowsing::MapPropertyToPage on an object that supplies properties and specifies property pages through ISpecifyPropertyPages. This interface has only one extra method in addition to those in IPropertyPage. That method, IPropertyPage2::EditProperty tells the page which property to highlight.
When to implement
Implement this interface if your property page object supports selection of a specific property.
When to use
Use this interface to select a specific property in a property page.
Members
The IPropertyPage2 interface inherits from IPropertyPage. IPropertyPage2 also has these types of members:
Methods
The IPropertyPage2 interface has these methods.
| Method | Description |
|---|---|
| EditProperty |
Specifies which field is to receive the focus when the property page is activated. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IPropertyPage2 is defined as 01E44665-24AC-101B-84ED-08002B2EC713 |
See also