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


IMdElementDialog.IsVisible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementDialog Interface > IMdElementDialog.IsVisible Property
ArcGIS Developer Help

IMdElementDialog.IsVisible Property

Indicates whether or not the dialog is currently being displayed as a result of calling the Show() method.

[Visual Basic .NET]
Public ReadOnly Property IsVisible As Boolean
[C#]
public bool IsVisible {get;}

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementDialog Interface