menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class History - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class History

    Constructors

    History(RichTextBoxAdv)

    Declaration
    public History(RichTextBoxAdv richText)
    Parameters
    Type Name Description
    RichTextBoxAdv richText

    Properties

    DisableHistory

    Declaration
    public bool DisableHistory { get; }
    Property Value
    Type
    System.Boolean

    OwnerControl

    Gets or sets the owner control

    Declaration
    public RichTextBoxAdv OwnerControl { get; set; }
    Property Value
    Type
    RichTextBoxAdv

    Methods

    CanRedo()

    Declaration
    public bool CanRedo()
    Returns
    Type
    System.Boolean

    CanUndo()

    Declaration
    public bool CanUndo()
    Returns
    Type
    System.Boolean

    ClearHistory()

    Clears the history

    Declaration
    public void ClearHistory()

    ClearRedo()

    Declaration
    public void ClearRedo()

    Redo()

    Redo the action

    Declaration
    public void Redo()

    Undo()

    Undo the action

    Declaration
    public void Undo()

    UndoChangeTableBorderColor(HistoryInfo)

    Declaration
    public bool UndoChangeTableBorderColor(HistoryInfo historyInfo)
    Parameters
    Type Name Description
    HistoryInfo historyInfo
    Returns
    Type
    System.Boolean

    UndoChangeTableBorderThickness(HistoryInfo)

    Declaration
    public bool UndoChangeTableBorderThickness(HistoryInfo historyInfo)
    Parameters
    Type Name Description
    HistoryInfo historyInfo
    Returns
    Type
    System.Boolean

    UndoChangeTableCellBackground(HistoryInfo)

    Declaration
    public bool UndoChangeTableCellBackground(HistoryInfo historyInfo)
    Parameters
    Type Name Description
    HistoryInfo historyInfo
    Returns
    Type
    System.Boolean

    UndoDeleteColumn(HistoryInfo)

    Declaration
    public bool UndoDeleteColumn(HistoryInfo history)
    Parameters
    Type Name Description
    HistoryInfo history
    Returns
    Type
    System.Boolean

    UndoDeleteRow(HistoryInfo)

    Declaration
    public bool UndoDeleteRow(HistoryInfo history)
    Parameters
    Type Name Description
    HistoryInfo history
    Returns
    Type
    System.Boolean

    UndoDeleteTable(HistoryInfo)

    Declaration
    public bool UndoDeleteTable(HistoryInfo historyInfo)
    Parameters
    Type Name Description
    HistoryInfo historyInfo
    Returns
    Type
    System.Boolean

    UndoInsertColumn(HistoryInfo)

    Declaration
    public bool UndoInsertColumn(HistoryInfo history)
    Parameters
    Type Name Description
    HistoryInfo history
    Returns
    Type
    System.Boolean

    UndoInsertTable(HistoryInfo)

    Declaration
    public bool UndoInsertTable(HistoryInfo historyinfo)
    Parameters
    Type Name Description
    HistoryInfo historyinfo
    Returns
    Type
    System.Boolean

    UndoMerging(HistoryInfo)

    Declaration
    public bool UndoMerging(HistoryInfo history)
    Parameters
    Type Name Description
    HistoryInfo history
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved