Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / RecentTyping Object
Properties Methods Events

RecentTyping Object Members

The following tables list the members exposed by RecentTyping.

Public Constructors
 NameDescription
Public ConstructorCreates a new Recent Typing object.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets whether the Recent Typing list contents are cleared when the session is disconnected.  
Public PropertyGets or sets whether Recent Typing is enabled in the session.  
Public PropertyGets or sets the maximum number of items that can appear in the Recent Typing list.  
Public PropertyGets or sets the minimum length of a word to be typed before it is added to Recent Typing.  
Public PropertyGets the parent object. The parent is the Productivity object.  
Public PropertyReturns an enumeration of items currently in the Recent Typing list.  
Public PropertyGets or sets the visible state of the dockable Recent Typing panel.  
Top
Public Methods
 NameDescription
Public MethodAdds a string to the end of the Recent Typing list.  
Public MethodRemoves all items from Recent Typing, resulting in an empty list.  
Public MethodDeletes a string from the Recent Typing list.  
Public MethodDeletes a string from the Recent Typing list.  
Top
Public Events
 NameDescription
Public EventRaised when a string is added to or removed from the Recent Typing list.  
Top
See Also