RedoButton Class |
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.Primitives.ButtonBase
System.Windows.Controls.Button
PostSharp.Patterns.Model.Controls.UndoRedoButtonBase
PostSharp.Patterns.Model.Controls.RedoButton
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 2023.0.3.0 (2023.0.3.0)
public class RedoButton : UndoRedoButtonBase
The RedoButton type exposes the following members.
Name | Description | |
---|---|---|
RedoButton |
Initializes a new instance of the RedoButton class.
|
Name | Description | |
---|---|---|
IsEnabledCore | Gets the value of the IsEnabled property. (Inherited from UndoRedoButtonBase.) | |
IsListEnabled |
Determines whether the button can be extended and display the list of operations that can be undone or redone.
(Inherited from UndoRedoButtonBase.) | |
IsListExpanded |
Determines whether the detailed list of operations is currently expanded.
(Inherited from UndoRedoButtonBase.) | |
MaxOperationsCount |
Gets or sets the maximal number of operations displayed by the current button.
(Inherited from UndoRedoButtonBase.) | |
Operations |
Gets the list of operations displayed by the current button when in expanded state.
(Inherited from UndoRedoButtonBase.) | |
Recorder |
Gets or sets the Recorder bound to the current control.
(Inherited from UndoRedoButtonBase.) | |
UndoCommand |
Gets or sets the command used execute the Undo action.
(Inherited from UndoRedoButtonBase.) |
Name | Description | |
---|---|---|
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). (Inherited from UndoRedoButtonBase.) | |
OnClick | Called when a Button is clicked. (Inherited from UndoRedoButtonBase.) | |
OnKeyDown | Provides class handling for the KeyDown routed event that occurs when the user presses a key while this control has focus. (Inherited from UndoRedoButtonBase.) | |
OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from UndoRedoButtonBase.) |
Name | Description | |
---|---|---|
PropertyChanged |
Event raised when the value of a property of the current object changes.
(Inherited from UndoRedoButtonBase.) |