VBScriptEnabled Property (.NET)

 

Type: Boolean

 

Returns True if the browser has VBScript enabled and working properly, or False if VBScript is disabled or not installed properly.

 

Note: Use of this property requires the Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("VBScriptEnabled");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

VBScriptEnabled: <% Response.Write(extBrow.VBScriptEnabled); %>

</html>

 

See Also:

VBScriptBuild Property (.NET)

VBScript Property (.NET)

JavaScriptBuild Property (.NET)

GetExtPropertiesEx Metho (.NET)d

SetExtProperties Method (.NET)

ActiveXEnabled Property (.NET)