Nevron .NET Vision
Nevron.UI Namespace / NTooltipInfo Class / RemainVisibleOverChildren Property


In This Topic
    RemainVisibleOverChildren Property
    In This Topic
    Determines whether the tooltip should remain visible when the mouse moves over children.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.ComponentModel.DescriptionAttribute("Determines whether the tooltip should remain visible when the mouse moves over children.")>
    Public Property RemainVisibleOverChildren As System.Boolean
    'Usage
     
    
    Dim instance As NTooltipInfo
    Dim value As System.Boolean
     
    instance.RemainVisibleOverChildren = value
     
    value = instance.RemainVisibleOverChildren
    [System.ComponentModel.DefaultValue(false)]
    [System.ComponentModel.Description("Determines whether the tooltip should remain visible when the mouse moves over children.")]
    public System.bool RemainVisibleOverChildren {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