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)

Usage

Dim wdOLEVerb1 As WdOLEVerb = WdOLEVerb.wdOLEVerbDiscardUndoState

Syntax

Public Enum WdOLEVerb
public enum WdOLEVerb
public enum class WdOLEVerb
public enum WdOLEVerb
public enum WdOLEVerb

Members

Member name Description
wdOLEVerbDiscardUndoState Forces the object to discard any undo state that it might be maintaining; note that the object remains active, however.
wdOLEVerbHide Removes the object's user interface from view.
wdOLEVerbInPlaceActivate Runs the object and installs its window, but doesn't install any user-interface tools.
wdOLEVerbOpen Opens the object in a separate window.
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.
wdOLEVerbUIActivate Activates the object in place and displays any user-interface tools that the object needs, such as menus or toolbars.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace