ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / UndoManager Class / RedoDescription Method
Specifies the index of the RedoDescription.

In This Topic
    RedoDescription Method
    In This Topic
    Returns a description of the last repeated action.
    Syntax
    'Declaration
     
    Public Function RedoDescription( _
       ByVal index As Integer _
    ) As String
    public string RedoDescription( 
       int index
    )

    Parameters

    index
    Specifies the index of the RedoDescription.

    Return Value

    A string containing the description of the specified redo action.
    Remarks
    This method retrieves the name or description of the redo action at the specified index. This allows users to understand what action will be reapplied if they perform a redo operation.
    See Also