 
            | Solid Edge Constants Type Library : StandardOLEVerbConstants Enumeration | 
| Member | Value | Description | 
|---|---|---|
| igOLEDiscardUndoState | -6 | Used when the object is activated for editing to discard all record of changes that the object's application can undo. | 
| igOLEHide | -3 | For embedded objects, hides the application that created the object. | 
| igOLEInPlaceActivate | -5 | If the user moves the focus to the OLE container control, creates a window for the object and prepares the object to be edited. An error occurs if the object doesn't support activation on a single mouse click. | 
| igOLEOpen | -2 | Opens the object in a separate application window. If the application that created the object supports in-place activation, the object is activated in its own window.l | 
| igOLEPrimary | 0 | The default action for the object. | 
| igOLEShow | -1 | Activates the object for editing. If the application that created the object supports in-place activation, the object is activated within the OLE container control. | 
| igOLEUIActivate | -4 | If the object supports in-place activation, activates the object and shows any user interface tools. Otherwise, the object doesn't activate and an error occurs |