ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditAttributesTitle Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EditAttributesTitle Property




The title bar text of the editor panel used for editing the attributes of features.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Editing Panels")>
<ResDescriptionAttribute("The title bar text of the editor panel used for editing the attributes of features.")>
<BrowsableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
Public Property EditAttributesTitle As String
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As String
 
instance.EditAttributesTitle = value
 
value = instance.EditAttributesTitle
C# 
[ResCategoryAttribute("Editing Panels")]
[ResDescriptionAttribute("The title bar text of the editor panel used for editing the attributes of features.")]
[BrowsableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
public string EditAttributesTitle {get; set;}

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.