Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTooltipAttribute Class / GenerateAltTag Property


In This Topic
    GenerateAltTag Property
    In This Topic
    Gets or sets a value indicating whether this attribute will also generate an Alt tag in the resulting image map.
    Syntax
    '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;}
    Remarks
    By default set to true in order to generate US Section 508 compliant image map.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also