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


In This Topic
    ShowSearchTextInputBox Property (UserInterface)
    In This Topic
    Gets or sets a value indicating whether the search box will be shown in the Ribbon
    Syntax
    'Declaration
     
    
    Public Property ShowSearchTextInputBox As Boolean
    'Usage
     
    
    Dim instance As UserInterface
    Dim value As Boolean
     
    instance.ShowSearchTextInputBox = value
     
    value = instance.ShowSearchTextInputBox
    public bool ShowSearchTextInputBox {get; set;}
    See Also