DotNetNuke 5.2
The SettingsEditorControl control provides an Editor to edit DotNetNuke Settings

Namespace:  DotNetNuke.UI.WebControls
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public class SettingsEditorControl : PropertyEditorControl
Visual Basic (Declaration)
Public Class SettingsEditorControl _
	Inherits PropertyEditorControl
Visual C++
public ref class SettingsEditorControl : public PropertyEditorControl

Remarks

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      DotNetNuke.UI.WebControls..::.PropertyEditorControl
        DotNetNuke.UI.WebControls..::.SettingsEditorControl

See Also