Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoComplete Object / IsDictionaryEmpty Property
In This Topic
    IsDictionaryEmpty Property
    In This Topic
    Indicates whether the Auto Complete dictionary has any suggestion data.
    Syntax
    expression.IsDictionaryEmpty As Boolean
    where expression is a variable that represents a AutoComplete Object
    Remarks
    True indicates that suggestion data is available; false indicates that no suggestion data is available.
    See Also