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


IFeatureLayerSourcePageExtension.ShowDialog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IF > IFeatureLayerSourcePageExtension Interface > IFeatureLayerSourcePageExtension.ShowDialog Method
ArcGIS Developer Help

IFeatureLayerSourcePageExtension.ShowDialog Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFeatureLayerSourcePageExtension Interface