'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether this attribute will also generate an Alt tag in the resulting image map.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property GenerateAltTag As System.Boolean
'Usage
Dim instance As NTooltipAttribute Dim value As System.Boolean instance.GenerateAltTag = value value = instance.GenerateAltTag
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets a value indicating whether this attribute will also generate an Alt tag in the resulting image map.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool GenerateAltTag {get; set;}