COM Property Sheet Object.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
Interfaces
| 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 |
Event Interfaces
| Interfaces | Description |
|---|---|
| IComPropertySheetEvents (default) | Provides access to events that occur on a COM property sheet. |
Working with Events
[Visual Basic 6.0]
When working with ComPropertySheet's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pComPropertySheet as ComPropertySheet