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


IAddDataDialog.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IA > IAddDataDialog Interface > IAddDataDialog.Show Method
ArcGIS Developer Help

IAddDataDialog.Show Method

Indicates if the dialog is shown and adds the data.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal parentHWnd As Integer, _
    ByRef ok As Boolean _
)
[C#]
public void Show (
    int parentHWnd,
    ref bool ok
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAddDataDialog Interface