ActiveXControls Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports ActiveX controls. See the ActiveXEnabled property if you wish to detect whether ActiveX controls are enabled.

 

C# Example:

<html> ActiveXControls:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.ActiveXControls);

%>

</html>

 

See Also:

ActiveXEnabled Property (.NET)