ESRI.ArcGIS.ADF.Web.UI.WebControls
CalloutWindowTitleText Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapCopyrightText Class : CalloutWindowTitleText Property




Copyright Text to display in the copyright box callout header.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The text to display in the title bar of the copyright window.")>
<NotifyParentPropertyAttribute(True)>
<ResDefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Property CalloutWindowTitleText As String
Visual Basic (Usage)Copy Code
Dim instance As MapCopyrightText
Dim value As String
 
instance.CalloutWindowTitleText = value
 
value = instance.CalloutWindowTitleText
C# 
[ResDescriptionAttribute("The text to display in the title bar of the copyright window.")]
[NotifyParentPropertyAttribute(true)]
[ResDefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public string CalloutWindowTitleText {get; set;}

See Also

© 2010 All Rights Reserved.