This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IF > IFeatureLayerSourcePageExtension Interface > IFeatureLayerSourcePageExtension.ShowDialog Method (ArcObjects .NET 10.5 SDK) |
Shows a custom dialog to change the data source.
[Visual Basic .NET] Public Sub ShowDialog ( _ ByVal pLayer As IFeatureLayer, _ ByVal parentHWnd As Integer _ )
[C#] public void ShowDialog ( IFeatureLayer pLayer, int parentHWnd );