Microsoft SDK for Java

IComponent.getComponentSite

Retrieves the site of the component.

Syntax

public IComponentSite getComponentSite()

Return Value

Returns an object implementing the IComponentSite interface that represents the component's site. This site must be either the value that was passed to the most recent call to setComponentSite, or null if no calls have been made to setComponentSite.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.