UndoRedoButtonBase Properties |
The UndoRedoButtonBase type exposes the following members.
Name | Description | |
---|---|---|
IsEnabledCore | Gets the value of the IsEnabled property. (Overrides ButtonBase.IsEnabledCore.) | |
IsListEnabled |
Determines whether the button can be extended and display the list of operations that can be undone or redone.
| |
IsListExpanded |
Determines whether the detailed list of operations is currently expanded.
| |
MaxOperationsCount |
Gets or sets the maximal number of operations displayed by the current button.
| |
Operations |
Gets the list of operations displayed by the current button when in expanded state.
| |
Recorder |
Gets or sets the Recorder bound to the current control.
| |
UndoCommand |
Gets or sets the command used execute the Undo action.
|