ArcObjects Library Reference (Framework)  

IComPropertySheet Interface

Provides access to members that work with a COM property sheet.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read/write property ActivePage The zero-based index of the page that is active.
Method AddCategoryID Adds a new Category ID used to look up COM property pages.
Method AddPage Manually adds a page to the property sheet. Page must implement IComPropertyPage or IPropertyPage.
Method CanEdit Indicates if this object can edit the given set of objects.
Method ClearCategoryIDs Clears the category IDs used to look up COM property pages.
Read/write property DisableCancelButton Indicates if the Cancel button is disabled on the property sheet.
Method EditProperties Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed.
Read/write property HideApplyButton Indicates if the Apply button is visible on the property sheet.
Read/write property HideHelpButton Indicates if the Help button is visible on the property sheet.
Read/write property Title The title of the property sheet.

CoClasses that implement IComPropertySheet

CoClasses and Classes Description
ComPropertySheet COM Property Sheet Object.

.NET Samples

Layer property page and property sheet (Code Files: SimpleLayerPropertiesCmd)

.NET Related Topics

How to create property pages and property sheets