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