'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;}