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


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