Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 3.19 KB

nn-ocidl-ipropertypage.md

File metadata and controls

83 lines (59 loc) · 3.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:ocidl.IPropertyPage
IPropertyPage (ocidl.h)
Provides the main features of a property page object that manages a particular page within a property sheet.
IPropertyPage
IPropertyPage interface [COM]
IPropertyPage interface [COM]
described
_ctrl_ipropertypage
com.ipropertypage
ocidl/IPropertyPage
com\ipropertypage.htm
com
ad2cb3ae-dd24-4774-95bd-f5a0773c68b1
12/05/2018
IPropertyPage, IPropertyPage interface [COM], IPropertyPage interface [COM],described, _ctrl_ipropertypage, com.ipropertypage, ocidl/IPropertyPage
ocidl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OCIdl.idl
Windows
19H1
IPropertyPage
ocidl/IPropertyPage
c++
APIRef
kbSyntax
COM
OCIdl.h
IPropertyPage

IPropertyPage interface

-description

Provides the main features of a property page object that manages a particular page within a property sheet. A property page implements at least IPropertyPage and can optionally implement IPropertyPage2 if selection of a specific property is supported. See IPerPropertyBrowsing::MapPropertyToPage for more information on specific property browsing. The methods of IPropertyPage2 enable the property sheet or property frame to instruct the page when to perform specific actions, mostly based on user input such as switching between pages or pressing various buttons that the frame itself manages in the dialog box.

A property page manages a dialog box that contains only those controls that should be displayed for that one page within the property sheet itself. This means that the dialog box template used to define the page should only carry the WS_CHILD style and no others. It should not include any style related to a frame, caption, or system menus or controls.

-inheritance

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

-see-also

IPerPropertyBrowsing

IPropertyPage2

IPropertyPageSite

ISpecifyPropertyPage

OleCreatePropertyFrame

OleCreatePropertyFrameIndirect