ArcObjects Library Reference (ArcMapUI)  

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