COM Property Sheet Object.
| Interfaces | Description |
|---|---|
| IComPropertyPageSite | Provides access to the callback mechanism of a COM property sheet. |
| IComPropertySheet | Provides access to members that work with a COM property sheet. |
| IComPropertySheetID | Properties to identify sheet. |
| IConnectionPointContainer | Supports connection points for connectable objects. |
| IPropertyPageSite |
| Interfaces | Description |
|---|---|
| IComPropertySheetEvents (default) | Provides access to events that occur on a COM property sheet. |
When working with ComPropertySheet's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pComPropertySheet as ComPropertySheet