ArcObjects Library Reference (System)  

IESRIScriptEngine.AllowUI Property

The AllowUI method.

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

Parameters

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

Product Availability

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

See Also

IESRIScriptEngine Interface