ArcObjects Library Reference  (Framework)    

IApplication.ShowDialog Method

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
);
[C#]

Optional Values

bShow   To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing.

Product Availability

Available with ArcGIS Desktop.

Description

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.

See Also

IApplication Interface | esriMxDlgIDs Constants | esriGxDlgIDs Constants

Example

IApplication ShowDialog Example

 


Feedback Send feedback on this page