HttpBrowserCapabilitiesBase.ActiveXControls Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser is capable of supporting ActiveX controls.

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

Property Value

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

Exceptions

Applies to