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


In This Topic
    ReshowDelay Property (NTooltipTool)
    In This Topic
    Gets or sets the length of time that must transpire before subsequent tooltip windows appear as the mouse pointer moves from one chart element to another.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tooltips")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the time that must transpire before subsequent tooltip windows appear.")>
    <System.ComponentModel.DefaultValueAttribute(100)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ReshowDelay As System.Integer
    'Usage
     
    
    Dim instance As NTooltipTool
    Dim value As System.Integer
     
    instance.ReshowDelay = value
     
    value = instance.ReshowDelay
    [System.ComponentModel.Category("Tooltips")]
    [System.ComponentModel.Description("Gets or sets the time that must transpire before subsequent tooltip windows appear.")]
    [System.ComponentModel.DefaultValue(100)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int ReshowDelay {get; set;}
    Remarks
    This property enables you to shorten or lengthen the time that the tooltip waits before displaying a tooltip window after a previous tooltip window is displayed. The first time a tooltip window is displayed the value of the InitialDelay property is used to determine the delay to apply before initially showing the tooltip window. When a tooltip window is currently being displayed and the user moves the cursor to another chart element or control that displays a tooltip window, the value of the ReshowDelay property is used before showing the tooltip for the new control. The tooltip window from the previous control must still be displayed in order for the delay specified in the ReshowDelay property to be used; otherwise the InitialDelay property value is used.
    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