InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IRecentTyping Interface
Members


In This Topic
    IRecentTyping Interface
    In This Topic
    Defines the interface to the Recent Typing Productivity feature.
    Object Model
    IRecentTyping InterfaceIProductivity Interface
    Syntax
    'Declaration
     
    
    Public Interface IRecentTyping 
       Inherits Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IRecentTyping
    public interface IRecentTyping : Attachmate.Reflection.Framework.IProxy  
    Remarks
    Recent Typing allows you to select from a list of recently-typed items and send the selected string to the active document. This feature eliminates the need to manually re-enter information, saving time and reducing typing errors.
    See Also