Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / ShowSearchSuggestions Property


In This Topic
    ShowSearchSuggestions Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating whether to show search suggestions.
    Syntax
    'Declaration
     
    
    Property ShowSearchSuggestions As Boolean
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As Boolean
     
    instance.ShowSearchSuggestions = value
     
    value = instance.ShowSearchSuggestions
    bool ShowSearchSuggestions {get; set;}
    See Also