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