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




Indicates if the editor settings exposed on the settings panel are configurable at run-time. If false, the settings panel is displayed with read-only settings.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("Indicates if the editor settings exposed on the settings panel are configurable at run-time. If false, the settings panel is displayed with read-only settings.")>
<ResCategoryAttribute("Editing Panels")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property EnableChangeSettings As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As Boolean
 
instance.EnableChangeSettings = value
 
value = instance.EnableChangeSettings
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("Indicates if the editor settings exposed on the settings panel are configurable at run-time. If false, the settings panel is displayed with read-only settings.")]
[ResCategoryAttribute("Editing Panels")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public bool EnableChangeSettings {get; set;}

See Also

© 2010 All Rights Reserved.