Sets the site of the component.
public void setComponentSite( IComponentSite value )
value
An object implementing the IComponentSite interface that represents the component's site. A non-null value indicates that the component has been added to a container; a null value indicates that the component is being removed from a container.
The site passed to setComponentSite must be returned by subsequent calls to getComponentSite.