ActiveX.doVerbOpen()


 

Availability

 

Windows

 

Usage

 

ActiveXinstance.doVerbOpen():Void

 

Parameters

 

None

 

Returns

 

Nothing

 

Description

 

Executes an OPEN verb on the ActiveX Object. Instructs an object, including one that otherwise supports in-place activation, to open itself for editing in a window separate from that of its container. If the object does not support in-place activation, this verb has the same semantics as OLEIVERB_SHOW.

 

Notes

 

For use after an ActiveX Object has been instantiated.

 

Example

 

To execute this command on the ActiveX Object, myActiveX :

 

myActiveX.doVerbOpen()