ESRI.ArcGIS.ADF.Web.UI.WebControls
MapCopyrightText Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : MapCopyrightText Class




Displays copy right text on the map when associated with a Map control.

Object Model




Syntax

Visual Basic (Declaration) 
<ToolboxDataAttribute("<{0}:MapCopyrightText runat='server' Height='100px' Width='200px'></{0}:MapCopyrightText>")>
<ParseChildrenAttribute(System.Web.UI.Control)>
<ControlValuePropertyAttribute("Text")>
<DefaultPropertyAttribute("Map")>
<ToolboxBitmapAttribute()>
<ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.MapCopyrightText", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.MapCopyrightText.release.js")>
Public Class MapCopyrightText 
   Inherits WebControl
   Implements IBuddyControlSupport 
Visual Basic (Usage)Copy Code
Dim instance As MapCopyrightText
C# 
[ToolboxDataAttribute("<{0}:MapCopyrightText runat='server' Height='100px' Width='200px'></{0}:MapCopyrightText>")]
[ParseChildrenAttribute(System.Web.UI.Control)]
[ControlValuePropertyAttribute("Text")]
[DefaultPropertyAttribute("Map")]
[ToolboxBitmapAttribute()]
[ClientScriptResourceAttribute(ComponentType="ESRI.ADF.UI.MapCopyrightText", ResourcePath="ESRI.ArcGIS.ADF.Web.UI.WebControls.Runtime.JavaScript.ESRI.ADF.UI.MapCopyrightText.release.js")]
public class MapCopyrightText : WebControl, IBuddyControlSupport  

Remarks

The Copyright control must have its Map property set to the ID of a Map control on the page.

The Copyright is drawn using the map functionality of the Map control. If the map functionality supports GetCopyrightText.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         ESRI.ArcGIS.ADF.Web.UI.WebControls.WebControl
            ESRI.ArcGIS.ADF.Web.UI.WebControls.MapCopyrightText

See Also

© 2010 All Rights Reserved.