TextUndoHistoryState Enum

Definition

Provides information about the ITextUndoHistory.

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

Fields

Idle 0

The ITextUndoHistory is not in the process of performing an undo or redo.

Redoing 2

The ITextUndoHistory is in the process of executing its Redo method.

Undoing 1

The ITextUndoHistory is in the process of executing its Undo method.

Applies to