In This Topic
Returns a description of the last undone action.
Syntax
'Declaration
Public Function UndoDescription( _
ByVal As Integer _
) As String
public string UndoDescription(
int
)
Parameters
- index
- Specifies the index of the UndoDescription.
See Also