Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransportBuilder Class / ContainsImageMapDataSection Method


In This Topic
    ContainsImageMapDataSection Method
    In This Topic
    Tests if the built-in "imageMap" data section already exists in the data sections collection of the object.
    Syntax
    'Declaration
     
    
    Public Function ContainsImageMapDataSection() As System.Boolean
    'Usage
     
    
    Dim instance As NAjaxXmlTransportBuilder
    Dim value As System.Boolean
     
    value = instance.ContainsImageMapDataSection()
    public System.bool ContainsImageMapDataSection()

    Return Value

    true if the section exists in the data sections collection of the object; otherwise false.
    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