ArcObjects Library Reference (Framework)  

IApplication.IsDialogVisible Method

Indicates if the specified dialog is visible in the application.

[Visual Basic .NET]
Public Function IsDialogVisible ( _
    ByVal dialogID As Integer _
) As Boolean
[C#]
public bool IsDialogVisible (
    int dialogID
);

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

.NET Snippets

Open GxDialog | Open MxDialog