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


IApplication.IsDialogVisible Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.IsDialogVisible Method
ArcGIS Developer Help

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