InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface / CompleteAndContinue Property


In This Topic
    CompleteAndContinue Property
    In This Topic
    Gets or sets a value indicating whether to wrap completed text to ensuing input fields if it's too long to fit in the original field.
    Syntax
    'Declaration
     
    
    Property CompleteAndContinue As Boolean
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Boolean
     
    instance.CompleteAndContinue = value
     
    value = instance.CompleteAndContinue
    bool CompleteAndContinue {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if you modify an InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    See Also