'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating the delay before the tooltip is closed.")> Public Property HideDelay As System.Integer
'Usage
Dim instance As NTooltip Dim value As System.Integer instance.HideDelay = value value = instance.HideDelay
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets a value indicating the delay before the tooltip is closed.")] public System.int HideDelay {get; set;}