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


DeleteListItem(String) Method
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)

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