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