ArcObjects Library Reference (SystemUtility)  

IErrorDialog.AutoRaise Property

property AutoRaise.

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

[C++]
HRESULT get_AutoRaise(
  VARIANT_BOOL* raise
);
[C++]
HRESULT put_AutoRaise(
  VARIANT_BOOL raise
);
[C++]

Parameters

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

See Also

IErrorDialog Interface