This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertySheet Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that work with a COM property sheet.
Description | ||
---|---|---|
ActivePage | The zero-based index of the page that is active. | |
AddCategoryID | Adds a new Category ID used to look up COM property pages. | |
AddPage | Manually adds a page to the property sheet. Page must implement IComPropertyPage or IPropertyPage. | |
CanEdit | Indicates if this object can edit the given set of objects. | |
ClearCategoryIDs | Clears the category IDs used to look up COM property pages. | |
DisableCancelButton | Indicates if the Cancel button is disabled on the property sheet. | |
EditProperties | Displays a property sheet for the given set of objects and returns a flag indicating if the objects changed. | |
HideApplyButton | Indicates if the Apply button is visible on the property sheet. | |
HideHelpButton | Indicates if the Help button is visible on the property sheet. | |
Title | The title of the property sheet. |
CoClasses and Classes | Description |
---|---|
ComPropertySheet | COM Property Sheet Object. |