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




The title bar text of the floating panel used for displaying and changing editor settings.

Syntax

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

See Also

© 2010 All Rights Reserved.