This document is archived and information here might be outdated.  Recommended version.


IComPropertySheet.AddPage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertySheet Interface > IComPropertySheet.AddPage Method
ArcGIS Developer Help

IComPropertySheet.AddPage Method

Manually adds a page to the property sheet. Page must implement IComPropertyPage or IPropertyPage.

[Visual Basic .NET]
Public Sub AddPage ( _
    ByVal Page As Object _
)
[C#]
public void AddPage (
    object Page
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertySheet Interface