WdOLEVerb Enumeration

Specifies the action associated with the verb that the OLE object should perform.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdOLEVerb
'Usage
Dim instance As WdOLEVerb
public enum WdOLEVerb

Members

Member name 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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace