WebBrowserBase.ActiveXInstance Proprietà

Definizione

Ottiene il controllo ActiveX WebBrowser sottostante.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Oggetto Object che rappresenta il controllo ActiveX WebBrowser sottostante.

Attributi

Commenti

Per altre informazioni, vedere Controllo WebBrowser.

Si applica a

Vedi anche