ArcObjects Library Reference (SystemUtility)  

IErrorDialog.Visible Property

property Visible.

ERROR: Syntax information about IErrorDialog.Visible may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT get_Visible(
  VARIANT_BOOL* Visible
);
[C++]
HRESULT put_Visible(
  VARIANT_BOOL Visible
);
[C++]

Parameters

Visible [out, retval]   Visible is a parameter of type VARIANT_BOOL Visible [in]   Visible is a parameter of type VARIANT_BOOL

See Also

IErrorDialog Interface