Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / AutoExpand Object / ContainsEntry Method
An auto expand dictionary entry to search for, which is an abbreviation that gets expanded.
In This Topic
    ContainsEntry Method
    In This Topic
    Determines whether a given entry exists in the Auto Expand dictionary.
    Syntax
    expression.ContainsEntry( _
       ByVal abbreviation As String _
    ) As Boolean
    where expression is a variable that represents a AutoExpand Object

    Parameters

    abbreviation
    An auto expand dictionary entry to search for, which is an abbreviation that gets expanded.

    Return Value

    True if the abbreviation has an expansion definition, false if it does not.
    See Also