Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / History Class / UndoList Property

In This Topic
    UndoList Property
    In This Topic
    Returns the list of available undo operations.
    Syntax
    'Declaration
     
    Public ReadOnly Property UndoList As System.String()
    public System.string[] UndoList {get;}
    See Also