Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / SearchButtonTextVisible Property

In This Topic
    SearchButtonTextVisible Property
    In This Topic
    Specifies whether the Search button should display caption text next to the icon.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies whether the Search button should display caption text next to the icon")>
    <DefaultValueAttribute(False)>
    Public Property SearchButtonTextVisible As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies whether the Search button should display caption text next to the icon")]
    [DefaultValue(false)]
    public bool SearchButtonTextVisible {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also