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


In This Topic
    IsSuggestionPerScreen Property
    In This Topic
    Gets or sets a value indicating whether suggestions are generated from all screen data (if true) or if they are field-dependent (if false).
    Syntax
    'Declaration
     
    
    Property IsSuggestionPerScreen As Boolean
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Boolean
     
    instance.IsSuggestionPerScreen = value
     
    value = instance.IsSuggestionPerScreen
    bool IsSuggestionPerScreen {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