Microsoft SDK for Java

controlCreated

This method of the ActiveXControlListener Interface notifies an object after an ActiveX control has been created. After such notification, it is safe to call methods on the ActiveX control.

Syntax

public void controlCreated(Object target);

Parameters

target The ActiveX control that was created.

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