Class MultipleUndoControl
Inheritance
System.Object
MultipleUndoControl
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class MultipleUndoControl : Control
Constructors
MultipleUndoControl()
Declaration
public MultipleUndoControl()
Fields
actionButtonsPanel
Declaration
public StackPanel actionButtonsPanel
Field Value
System.Windows.Controls.StackPanel
|
ActionButtonsPanelName
Declaration
public const string ActionButtonsPanelName = "actionButtonsPanel"
Field Value
System.String
|
ActionButtonStyleProperty
Declaration
public static readonly DependencyProperty ActionButtonStyleProperty
Field Value
System.Windows.DependencyProperty
|
MultipleUndoCommandsShowLimit
Declaration
public const int MultipleUndoCommandsShowLimit = 20
Field Value
System.Int32
|
TextBlockMultipleUndoActionsContentName
Declaration
public const string TextBlockMultipleUndoActionsContentName = "textBlockMultipleUndoActionsContent"
Field Value
System.String
|
Properties
ActionButtonStyle
Declaration
public Style ActionButtonStyle { get; set; }
Property Value
System.Windows.Style
|
IsTemplateApplied
Declaration
public bool IsTemplateApplied { get; set; }
Property Value
System.Boolean
|
ItemsCollection
Declaration
public List<MultipleUndoPoint> ItemsCollection { get; set; }
Property Value
System.Collections.Generic.List<MultipleUndoPoint>
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnUndoTriggered(Object, RoutedEventArgs)
Declaration
protected void OnUndoTriggered(object sender, RoutedEventArgs e)
Parameters
System.Object
sender
|
System.Windows.RoutedEventArgs
e
|
SetItemsControlSource(List<MultipleUndoPoint>)
Declaration
public void SetItemsControlSource(List<MultipleUndoPoint> source)
Parameters
System.Collections.Generic.List<MultipleUndoPoint>
source
|
Events
MultipleUndoTriggered
Declaration
public event EventHandler<MultipleUndoExecutedEventArgs> MultipleUndoTriggered
Event Type
System.EventHandler<MultipleUndoExecutedEventArgs>
|