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

In This Topic
    ShowDetailsButton Property (LiveLogViewer)
    In This Topic
    Specifies whether the Show Details button should be visible in the toolbar.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies whether the Show Details button should be visible in the toolbar")>
    <DefaultValueAttribute(True)>
    Public Property ShowDetailsButton As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies whether the Show Details button should be visible in the toolbar")]
    [DefaultValue(true)]
    public bool ShowDetailsButton {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