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)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<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.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Editing Panels")>
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)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[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.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Editing Panels")]
public bool EnableChangeSettings {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