Freigeben über


AxHost.Site-Eigenschaft

Dieser Member überschreibt Control.Site.

Syntax

'Declaration
Public Overrides WriteOnly Property Site As ISite
'Usage
Dim instance As AxHost
Dim value As ISite

instance.Site = value
public override ISite Site { set; }
public:
virtual property ISite^ Site {
    void set (ISite^ value) override;
}
/** @property */
public void set_Site (ISite value)
public override function set Site (value : ISite)

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

AxHost-Klasse
AxHost-Member
System.Windows.Forms-Namespace