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


In This Topic
    IsDictionaryEmpty Property
    In This Topic
    Gets a value indicating whether suggestion data for the Auto Complete dictionary is available (if false) or not (if true).
    Syntax
    'Declaration
     
    
    ReadOnly Property IsDictionaryEmpty As Boolean
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Boolean
     
    value = instance.IsDictionaryEmpty
    bool IsDictionaryEmpty {get;}
    See Also