ArcObjects Library Reference (Controls)  

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(
  VARIANT_BOOL* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_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