This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.IsDialogVisible Method (ArcObjects .NET 10.5 SDK) |
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 );
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