Word.OleVerb enum
Specifies the action associated with the verb that the OLE object should perform.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| discardUndoState = "DiscardUndoState" | Forces the object to discard any undo state that it might be maintaining; note that the object remains active, however. |
| hide = "Hide" | Removes the object's user interface from view. |
| inPlaceActivate = "InPlaceActivate" | Runs the object and installs its window, but doesn't install any user-interface tools. |
| open = "Open" | Opens the object in a separate window. |
| primary = "Primary" | Performs the verb that is invoked when the user double-clicks the object. |
| show = "Show" | Shows the object to the user for editing or viewing. Use it to show a newly inserted object for initial editing. |
| uiActivate = "UiActivate" | Activates the object in place and displays any user-interface tools that the object needs, such as menus or toolbars. |