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

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

Syntax

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

Remarks

Inheritance Hierarchy

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

See Also