ESRI.ArcGIS.ADF.ArcGISServer.Editor
CreateNewFeatureTitle Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : CreateNewFeatureTitle Property




The title bar text of the editor panel used for creating new features.

Syntax

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

See Also

© 2010 All Rights Reserved.