The ControlPanel class defines a custom base class inherited by all ControlPanel controls.

Namespace: DotNetNuke.UI.ControlPanels
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ControlPanelBase : UserControl
Visual Basic
Public Class ControlPanelBase
	Inherits UserControl

Remarks

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.ControlPanels..::..ControlPanelBase

See Also