HttpBrowserCapabilitiesWrapper.ActiveXControls Property

Definition

Gets a value that indicates whether the browser is capable of supporting ActiveX controls.

public:
 virtual property bool ActiveXControls { bool get(); };
public override bool ActiveXControls { get; }
member this.ActiveXControls : bool
Public Overrides ReadOnly Property ActiveXControls As Boolean

Property Value

true if the browser can support ActiveX controls; otherwise, false. The default is false.

Applies to