ActiveX.doVerbPrimary()


 

Availability

 

Windows

 

Usage

 

ActiveXinstance.doVerbPrimary():Void

 

Parameters

 

None

 

Returns

 

Nothing

 

Description

 

Executes a PRIMARY verb on the ActiveX Object. Specifies the action that occurs when an end user double-clicks the object in its container. The object, not the container, determines this action. If the object supports in-place activation, the primary verb usually activates the object in place.

 

Notes

 

For use after an ActiveX Object has been instantiated.

 

Example

 

To execute this command on the ActiveX Object, myActiveX :

 

myActiveX.doVerbPrimary()