Admin Production rocket
Current Publication

Interfaces

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
IAutoComplete Interface
In This Topic
Defines the interface and settings for Auto Complete, a Productivity feature that helps populate fields by suggesting common or repeated commands based on what you've typed previously.
Object Model
IAutoComplete Interface IProductivity Interface
Syntax

                     
                     
'Declaration
 

                     
                     
Public Interface IAutoComplete 
   Inherits Attachmate.Reflection.Framework.IProxy 

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IAutoComplete

                  

                     
                     
public interface IAutoComplete : Attachmate.Reflection.Framework.IProxy  

                  
See Also