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 > IComPropertySheet.AddPage Method (ArcObjects .NET 10.5 SDK) |
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 );