NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.Site

Sets the site of this component. A non-null value indicates that the component has been added to a container, and a null value indicates that the component is being removed from a container.

[Visual Basic]
Property Site As ISite
[C#]
ISite Site {override set;}
[C++]
public: __property virtual void set_Site(ISite*);
[JScript]
public function set Site(ISite);

See Also

AxHost Class | AxHost Members | System.WinForms Namespace