'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the initial delay before the tooltip becomes visible.")> Public Property InitialDelay As System.Integer
'Usage
Dim instance As NTooltipInfo Dim value As System.Integer instance.InitialDelay = value value = instance.InitialDelay
[System.ComponentModel.Description("Gets/sets the initial delay before the tooltip becomes visible.")] public System.int InitialDelay {get; set;}