TextUndoHistoryState 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.
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
Name | Value | Description |
---|---|---|
Idle | 0 | The ITextUndoHistory is not in the process of performing an undo or redo. |
Undoing | 1 | The ITextUndoHistory is in the process of executing its Undo method. |
Redoing | 2 | The ITextUndoHistory is in the process of executing its Redo method. |