'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the text to be displayed by the tooltip's caption.")> Public Property CaptionText As System.String
'Usage
Dim instance As NTooltipInfo Dim value As System.String instance.CaptionText = value value = instance.CaptionText
[System.ComponentModel.Description("Gets/sets the text to be displayed by the tooltip's caption.")] public System.string CaptionText {get; set;}