Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / RecentTyping Object / AddListItem Method
A user-typed string to append to the list.
In This Topic
AddListItem Method
In This Topic
Adds a string to the end of the Recent Typing list.
Syntax
expression.AddListItem( _
   ByVal newItem As String _
) 
where expression is a variable that represents a RecentTyping Object

Parameters

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