ActiveXControl Class Methods

The methods defined in the ActiveXControl class are summarized in the following table.

Method Description
beginNotifyAutomationEvent Registers the receiver to be notified when an event occurs on an ActiveX control created as an automation object by using the makeAutomationObject method
endNotifyAutomationEvent Terminates a previous beginNotifyAutomationEvent event
getInterface Returns the specified ActiveX interface.
loadPicture Creates a picture object from an external file.
makeAutomationObject Creates an ActiveX automation object instead of a control. Although the ActiveX object was imported as a control, it can be used as an automation object.
makePicture Creates a picture object from a JADE binary.
processInputFromWeb When reimplemented, processes ActiveX controls used on Web pages.
savePicture Saves the image of a picture to the specified external file.
setEventMapping Enables an event method to be dynamically set at run time

For details, see "Window, Form, and Control Methods", later in this document.