This document is archived and information here might be outdated.  Recommended version.


IESRIScriptEngine.AllowUI Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IESRIScriptEngine Interface > IESRIScriptEngine.AllowUI Property
ArcGIS Developer Help

IESRIScriptEngine.AllowUI Property

The AllowUI method.

[Visual Basic .NET]
Public Property AllowUI As Boolean
[C#]
public bool AllowUI {get; set;}
[C++]
HRESULT get_AllowUI(
  Boolean* pAllowUI
);
[C++]
HRESULT put_AllowUI(
  VARIANT_BOOL pAllowUI
);
[C++]
Parameters
pAllowUI [out, retval]

pAllowUI is a parameter of type bool* pAllowUI [in]
pAllowUI is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IESRIScriptEngine Interface