mdm.ActiveX


 

Availability

 

Zinc 2.5 (Windows)

 

ActionScript Class Name

 

mdm.ActiveX

 

Constructor Summary for the ActiveX Class

 

The following table lists constructors for the ActiveX class

 

Constructor

Description

trans

trans

mdm.ActiveX()

Inserts an activeX/OLE object using the specified parameters.

logo_windows_16


 

 

Method Summary for the ActiveX Class

 

The following table lists methods of the ActiveX class

 

Method

Description

trans

trans

ActiveX.addMethodParam()

Will populate the argument list with Values and Types.

logo_windows_16

 

ActiveX.close()

Closes a previously created ActiveX Instance.

logo_windows_16


ActiveX.doVerbCustom()

Executes a custom or non-standard verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbDiscardUndoState()

Executes a DISCARDUNDOSTAT verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbHide()

Executes a HIDE verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbInPlaceActivate()

Executes an INPLACEACTIVATE verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbPrimary()

Executes a PRIMARY verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbOpen()

Executes an OPEN verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbShow()

Executes an SHOW verb on the ActiveX Object.

logo_windows_16


ActiveX.doVerbUIActivate()

Executes an UIACTIVATE verb on the ActiveX Object.

logo_windows_16


ActiveX.getProperty()

Will return the value of an ActiveX/OLE Property.

logo_windows_16


ActiveX.hide()

Hides a previously created ActiveX Instance.

logo_windows_16


ActiveX.loadObject()

Loads a previously saved status of a current ActiveX Object.

logo_windows_16


ActiveX.runMethod()

Will run the specified method on the ActiveX Object.

logo_windows_16


ActiveX.runMethodRet()

Will run the specified method on the ActiveX Object with a Return.

logo_windows_16


ActiveX.saveDoc()

Saves the document contained within an ActiveX Object.

logo_windows_16


ActiveX.saveObject()

Saves the status of the current ActiveX Object for later use.

logo_windows_16


ActiveX.setProperty()

Will set the ActiveX Object's Property Value

logo_windows_16


ActiveX.show()

Shows a previously created ActiveX Instance

logo_windows_16


 

 

Property Summary for the ActiveX Class

 

The following table lists properties of the ActiveX class

 

Property

Description

trans

trans

ActiveX.height

Integer specifying the Height of the ActiveX Instance in Pixels.

logo_windows_16

 

ActiveX.visible

Boolean which shows or hides the ActiveX Instance.

logo_windows_16


ActiveX.width

Integer specifying the Width of the ActiveX Instance in Pixels.

logo_windows_16


ActiveX.x

Integer specifying the X position of the ActiveX Instance.

logo_windows_16


ActiveX.y

Integer specifying the Y position of the ActiveX Instance.

logo_windows_16