Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransportBuilder Class / AddImageMapDataSection Method


In This Topic
    AddImageMapDataSection Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function AddImageMapDataSection( _
       ByVal webControl As NWebControl _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAjaxXmlTransportBuilder
    Dim webControl As NWebControl
    Dim value As System.Boolean
     
    value = instance.AddImageMapDataSection(webControl)
    public System.bool AddImageMapDataSection( 
       NWebControl webControl
    )

    Parameters

    webControl
    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