Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / RecentTyping Object / DeleteListItem Method
The zero-based index of the item to remove from Recent Typing.
In This Topic
    DeleteListItem Method
    In This Topic
    Deletes a string from the Recent Typing list.
    Syntax
    expression.DeleteListItem( _
       ByVal index As Integer _
    ) 
    where expression is a variable that represents a RecentTyping Object

    Parameters

    index
    The zero-based index of the item to remove from Recent Typing.
    See Also