Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / RecentTyping Object / DeleteListItem_2 Method
The string to remove from Recent Typing.
In This Topic
    DeleteListItem_2 Method
    In This Topic
    Deletes a string from the Recent Typing list.
    Syntax
    expression.DeleteListItem_2( _
       ByVal deleteItem As String _
    ) 
    where expression is a variable that represents a RecentTyping Object

    Parameters

    deleteItem
    The string to remove from Recent Typing.
    See Also