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


In This Topic
    IAutoExpand Interface
    In This Topic
    Defines the interface and configures settings for the Auto Expand Productivity feature.
    Object Model
    IAutoExpand InterfaceIProductivity Interface
    Syntax
    'Declaration
     
    
    Public Interface IAutoExpand 
       Inherits Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As IAutoExpand
    public interface IAutoExpand : Attachmate.Reflection.Framework.IProxy  
    Remarks
    For example, you can build a dictionary of acronyms and shortcuts that, when typed, expand to the longer word or phrase.
    See Also