nativeObject example
Suppose the ActiveX control on your form has a Launch( ) method. This method is called through the nativeObject property; for example:
function launchButton_onClick( )
form.someActiveX.nativeObject.Launch( )