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




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

Object Model

MapCopyrightText Class

Syntax

Visual Basic (Declaration) 
<ControlValuePropertyAttribute("Text")>
<DefaultPropertyAttribute("Map")>
<ToolboxDataAttribute("<{0}:MapCopyrightText runat='server' Height='100px' Width='200px'></{0}:MapCopyrightText>")>
<ToolboxBitmapAttribute()>
<ParseChildrenAttribute()>
<AjaxControlToolkit.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# 
[ControlValuePropertyAttribute("Text")]
[DefaultPropertyAttribute("Map")]
[ToolboxDataAttribute("<{0}:MapCopyrightText runat='server' Height='100px' Width='200px'></{0}:MapCopyrightText>")]
[ToolboxBitmapAttribute()]
[ParseChildrenAttribute()]
[AjaxControlToolkit.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.