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

In This Topic
    ShowDetailsInTooltips Property (LiveLogViewer)
    In This Topic
    Specifies whether tooltips include developer details about threads and calling method.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(True)>
    <CategoryAttribute("Loupe")>
    <DescriptionAttribute("Specifies whether tooltips include developer details about threads and calling method")>
    <DefaultValueAttribute(True)>
    Public Property ShowDetailsInTooltips As Boolean
    [Browsable(true)]
    [Category("Loupe")]
    [Description("Specifies whether tooltips include developer details about threads and calling method")]
    [DefaultValue(true)]
    public bool ShowDetailsInTooltips {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