Nevron .NET Vision
Nevron.Chart.Windows Namespace / NTooltipTool Class / AutoPopDelay Property


In This Topic
    AutoPopDelay Property
    In This Topic
    Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tooltips")>
    <System.ComponentModel.DescriptionAttribute("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")>
    <System.ComponentModel.DefaultValueAttribute(5000)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AutoPopDelay As System.Integer
    'Usage
     
    
    Dim instance As NTooltipTool
    Dim value As System.Integer
     
    instance.AutoPopDelay = value
     
    value = instance.AutoPopDelay
    [System.ComponentModel.Category("Tooltips")]
    [System.ComponentModel.Description("Controls the period of time the tooltips remain visible if the mouse pointer is stationary within the chart.")]
    [System.ComponentModel.DefaultValue(5000)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int AutoPopDelay {get; set;}
    Remarks
    This property enables you to shorten or lengthen the time that the tooltip window is displayed when the mouse pointer is over a control. For example, if you display extensive help in a tooltip window, you can increase the value of this property to ensure that the user has sufficient time to read the text.
    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