Class History
Inheritance
System.Object
History
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
Constructors
History(RichTextBoxAdv)
Declaration
public History(RichTextBoxAdv richText)
Parameters
Properties
DisableHistory
Declaration
public bool DisableHistory { get; }
Property Value
OwnerControl
Gets or sets the owner control
Declaration
public RichTextBoxAdv OwnerControl { get; set; }
Property Value
Methods
CanRedo()
Declaration
Returns
CanUndo()
Declaration
Returns
ClearHistory()
Declaration
public void ClearHistory()
ClearRedo()
Declaration
Redo()
Declaration
Undo()
Declaration
UndoChangeTableBorderColor(HistoryInfo)
Declaration
public bool UndoChangeTableBorderColor(HistoryInfo historyInfo)
Parameters
Returns
UndoChangeTableBorderThickness(HistoryInfo)
Declaration
public bool UndoChangeTableBorderThickness(HistoryInfo historyInfo)
Parameters
Returns
UndoChangeTableCellBackground(HistoryInfo)
Declaration
public bool UndoChangeTableCellBackground(HistoryInfo historyInfo)
Parameters
Returns
UndoDeleteColumn(HistoryInfo)
Declaration
public bool UndoDeleteColumn(HistoryInfo history)
Parameters
Returns
UndoDeleteRow(HistoryInfo)
Declaration
public bool UndoDeleteRow(HistoryInfo history)
Parameters
Returns
UndoDeleteTable(HistoryInfo)
Declaration
public bool UndoDeleteTable(HistoryInfo historyInfo)
Parameters
Returns
UndoInsertColumn(HistoryInfo)
Declaration
public bool UndoInsertColumn(HistoryInfo history)
Parameters
Returns
UndoInsertTable(HistoryInfo)
Declaration
public bool UndoInsertTable(HistoryInfo historyinfo)
Parameters
Returns
UndoMerging(HistoryInfo)
Declaration
public bool UndoMerging(HistoryInfo history)
Parameters
Returns