'Declaration <CategoryAttribute("Tooltips")> <DescriptionAttribute("Gets or sets the time that must transpire before subsequent tooltip windows appear.")> <DefaultValueAttribute(100)> Public Property ReshowDelay As Integer
'Usage Dim instance As TooltipInteractivityOperation Dim value As Integer instance.ReshowDelay = value value = instance.ReshowDelay
[Category("Tooltips")] [Description("Gets or sets the time that must transpire before subsequent tooltip windows appear.")] [DefaultValue(100)] public int ReshowDelay {get; set;}