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


In This Topic
    InitialDelay Property (NTooltipTool)
    In This Topic
    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;}
    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