InfoConnect for Unisys
IRecentTyping Interface Members
Properties  Methods  Events

The following tables list the members exposed by IRecentTyping.

Public Properties
 NameDescription
 PropertyClearListOnDisconnectGets or sets whether to clear the Recent Typing list contents when the session disconnects.  
 PropertyEnabledGets or sets whether Recent Typing is enabled in the session.  
 PropertyMaxListItemsGets or sets the maximum number of items (between 1 - 1000) that can appear in the Recent Typing list.  
 PropertyMinimumMatchGets or sets the minimum length of words (in characters) that are added to Recent Typing.  
 PropertyParentGets the parent object (IProductivity).  
 PropertyRecentTypingCollectionReturns an enumeration of items currently in the Recent Typing list.  
 PropertyRecentTypingPanelVisibleGets or sets the visible state of the dockable Recent Typing panel.  
Top
Public Methods
 NameDescription
 MethodAddListItemAdds a string to the end of the Recent Typing list.  
 MethodClearAllItemsRemoves all items from Recent Typing, resulting in an empty list.  
 MethodDeleteListItemOverloaded. Deletes a string from the Recent Typing list.  
Top
Public Events
 NameDescription
 EventListChangedRaised when a string is added to or removed from the Recent Typing list.  
Top
See Also