Microsoft SDK for Java

getClientSite

This method of the ActiveXControlServices Interface retrieves the ActiveX client site object. This object might implement any number of standard ActiveX site interfaces, such as IOleClientSite or IOleInPlaceSite. The client site object can be used as a bridge between an ActiveX container and a Java component that it is hosting.

Syntax

public Object getClientSite();

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