Send comments on this topic.
AddListItem Method
Attachmate.Reflection.Objects Library (Productivity) > RecentTyping Object : AddListItem Method
newItem
A user-typed string to append to the list.
Adds a string to the end of the Recent Typing list.

Syntax

 
object.AddListItem( 
   ByVal newItem As String
) 

Parameters

newItem
A user-typed string to append to the list.

See Also