Class ControlPanel
Implements
Inherited Members
Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke.dll
Syntax
public class ControlPanel : SkinObjectBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, ISkinControl
Constructors
ControlPanel()
Declaration
public ControlPanel()
ControlPanel(IHostSettings)
Declaration
public ControlPanel(IHostSettings hostSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| IHostSettings | hostSettings |
Properties
IsDockable
Declaration
public bool IsDockable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |