Constant | Description |
|
wdOLEVerbPrimary | Performs the verb that is invoked when the user double-clicks the object. |
wdOLEVerbShow | Shows the object to the user for editing or viewing. Use it to show a newly inserted object for initial editing. |
wdOLEVerbOpen | Opens the object in a separate window. |
wdOLEVerbHide | Removes the object's user interface from view. |
wdOLEVerbUIActivate | Activates the object in place and displays any user-interface tools that the object needs, such as menus or toolbars. |
wdOLEVerbInPlaceActivate | Runs the object and installs its window, but doesn't install any user-interface tools. |
wdOLEVerbDiscardUndoState | Forces the object to discard any undo state that it might be maintaining; note that the object remains active, however. |