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


In This Topic
    InitialDelay Property (NTooltipTool)
    In This Topic
    Gets or sets the time that passes before the tooltip appears.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tooltips")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the time that passes before the tooltip appears.")>
    <System.ComponentModel.DefaultValueAttribute(500)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property InitialDelay As System.Integer
    'Usage
     
    
    Dim instance As NTooltipTool
    Dim value As System.Integer
     
    instance.InitialDelay = value
     
    value = instance.InitialDelay
    [System.ComponentModel.Category("Tooltips")]
    [System.ComponentModel.Description("Gets or sets the time that passes before the tooltip appears.")]
    [System.ComponentModel.DefaultValue(500)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int InitialDelay {get; set;}
    Remarks
    This property enables you to shorten or lengthen the time that the chart control waits before displaying a tooltip window. If the value of the InitialDelay property is set to a value that is too long in duration, the user of your application may not know that your application provides tooltip help. You can use this property to ensure that the user has tooltips displayed quickly by shortening the time specified.
    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