This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.IsDialogActive Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL
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.