|
ActiveX.doVerbDiscardUndoState() |
|
Availability
Windows
Usage
ActiveXinstance.doVerbDiscardUndoState():Void
Parameters
None
Returns
Nothing
Description
Executes a DISCARDUNDOSTAT verb on the ActiveX Object. Used to tell objects to discard any undo state that they may be maintaining without deactivating the Object.
Notes
For use after an ActiveX Object has been instantiated.
Example
To execute this command on the ActiveX Object, myActiveX :
myActiveX.doVerbDiscardUndoState()