This document is archived and information here might be outdated. Recommended version. |
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*
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.