Returns a description of the last undone action.
'Declaration
Public Function UndoDescription( _
ByVal As Integer _
) As String
public string UndoDescription(
int
)
Parameters
- index
- Specifies the index of the UndoDescription.
Return Value
A string containing the description of the specified undo action.