Displays the specified dialog in the application.
[Visual Basic 6.0] Function ShowDialog(
ByVal dialogID As Long, _
[bShow As Variant] _
) As Variant
[Visual Basic .NET] Public Function ShowDialog ( _ ByVal dialogID As Integer, _ [ByRef bShow As Object] _ ) As Object
[C#] public object ShowDialog ( int dialogID, ref object bShow );
Optional Values
Refer to the esriMxDlgIDs Constants help topic for a listing of the dialog ids in ArcMap.
Refer to the esriGxDlgIDs Constants help topic for a listing of the dialog ids in ArcCatalog.
IApplication Interface | esriMxDlgIDs Constants | esriGxDlgIDs Constants