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


ICustomizeDialog.IsDialogActive Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.IsDialogActive Property
ArcGIS Developer Help

ICustomizeDialog.IsDialogActive Property

Indicates if the customize dialog is active on the screen.

[Visual Basic .NET]
Public ReadOnly Property IsDialogActive As Boolean
[C#]
public bool IsDialogActive {get;}
[C++]
HRESULT get_IsDialogActive(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

Indicates whether the modeless CustomizeDialog is currently on the screen. The CustomizeDialog can be closed through user interaction, calling the CloseDialog method, or when the CustomizeDialog object is released.

See Also

ICustomizeDialog Interface