'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the contol point tooltip")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Tooltip As System.String
'Usage
Dim instance As NControlPoint Dim value As System.String instance.Tooltip = value value = instance.Tooltip
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the contol point tooltip")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public System.string Tooltip {get; set;}