Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / ShowSearchSuggestions Property


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