WebBrowserBase.ActiveXInstance Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le contrôle WebBrowser
ActiveX sous-jacent.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
property System::Object ^ ActiveXInstance { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object ActiveXInstance { get; }
[System.ComponentModel.Browsable(false)]
public object? ActiveXInstance { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ActiveXInstance : obj
Public ReadOnly Property ActiveXInstance As Object
Valeur de propriété
Object représentant le contrôle WebBrowser
ActiveX sous-jacent.
- Attributs
Remarques
Pour plus d’informations, consultez Contrôle WebBrowser.