WdOLEVerb Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the action associated with the verb that the OLE object should perform.
public enum class WdOLEVerb
[System.Runtime.InteropServices.Guid("B1E1E568-A954-370D-BDDE-1DEE3FE965D7")]
public enum WdOLEVerb
type WdOLEVerb =
Public Enum WdOLEVerb
- Inheritance
-
WdOLEVerb
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOLEVerbDiscardUndoState | -6 | Forces the object to discard any undo state that it might be maintaining; note that the object remains active, however. |
wdOLEVerbInPlaceActivate | -5 | Runs the object and installs its window, but doesn't install any user-interface tools. |
wdOLEVerbUIActivate | -4 | Activates the object in place and displays any user-interface tools that the object needs, such as menus or toolbars. |
wdOLEVerbHide | -3 | Removes the object's user interface from view. |
wdOLEVerbOpen | -2 | Opens the object in a separate window. |
wdOLEVerbShow | -1 | Shows the object to the user for editing or viewing. Use it to show a newly inserted object for initial editing. |
wdOLEVerbPrimary | 0 | Performs the verb that is invoked when the user double-clicks the object. |