Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoComplete Object / IsSuggestionPerScreen Property
In This Topic
    IsSuggestionPerScreen Property
    In This Topic
    Gets or sets whether suggestions are generated from all screen data (if true) or whether suggestions are field-dependent (if false).
    Syntax
    expression.IsSuggestionPerScreen As Boolean
    where expression is a variable that represents a AutoComplete Object
    See Also