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


IComPropertySheet.AddPage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

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