Microsoft SDK for Java

activateNoGUI

This method of the ActiveXControl Class activates a non-GUI control. By default, all ActiveX controls are assumed to have UI. However, the negotiation for such a control happens at addNotify time when an object is added to a layout. You should call this method to activate a control that does not have GUI representation.

Syntax

public void activateNoGUI();

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