InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IRecentTyping Interface / DeleteListItem Method / DeleteListItem(String) Method
The string to remove from Recent Typing.


In This Topic
    DeleteListItem(String) Method
    In This Topic
    Deletes a string from the Recent Typing list.
    Syntax
    'Declaration
     
    
    Overloads Sub DeleteListItem( _
       ByVal deleteItem As String _
    ) 
    'Usage
     
    
    Dim instance As IRecentTyping
    Dim deleteItem As String
     
    instance.DeleteListItem(deleteItem)
    void DeleteListItem( 
       string deleteItem
    )

    Parameters

    deleteItem
    The string to remove from Recent Typing.
    Exceptions
    ExceptionDescription
    This exception is thrown if deleteItem is null (or in Visual Basic, is Nothing).
    See Also