Reflection
IsDictionaryEmpty Property


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