Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NHtmlImageMapResponse Class / ClientScript Property


In This Topic
    ClientScript Property (NHtmlImageMapResponse)
    In This Topic
    The client side script used to encode the HTML image map.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ClientScript As ClientScript
    'Usage
     
    
    Dim instance As NHtmlImageMapResponse
    Dim value As ClientScript
     
    instance.ClientScript = value
     
    value = instance.ClientScript
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ClientScript ClientScript {get; set;}
    Remarks
    When the control generates an image map you can choose the script language used to encode the image map. Possible values are ClientScript.VBScript and ClientScript.JScript. The default value for this property is ClientScript.JScript.
    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