LinkedUndoErrors Enum

Definition

Undo errors.

public enum class LinkedUndoErrors
public enum class LinkedUndoErrors
enum LinkedUndoErrors
public enum LinkedUndoErrors
type LinkedUndoErrors = 
Public Enum LinkedUndoErrors
Inheritance
LinkedUndoErrors

Fields

LINKEDUNDO_E_INTERVENING_ACTION -2147209215

A parent action failed due to another action not being at the top of the stack. This will be returned from IOleUndoManager when an undo is attempted but fails.

Remarks

COM Signature

From textmgr.idl:

Applies to