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