PowerWEB LiveControls for ASP.NET
LivePanel Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : LivePanel Class



Represents a control that acts as a container for other controls.

Syntax

Visual Basic (Declaration) 
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
<ToolboxDataAttribute("<{0}:LivePanel runat='server'>LivePanel</{0}:LivePanel>")>
Public Class LivePanel 
   Inherits System.Web.UI.WebControls.Panel
   Implements ILiveControl 
Visual Basic (Usage)Copy Code
Dim instance As LivePanel
C# 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
[ToolboxDataAttribute("<{0}:LivePanel runat='server'>LivePanel</{0}:LivePanel>")]
public class LivePanel : System.Web.UI.WebControls.Panel, ILiveControl  
C++/CLI 
[LicenseProviderAttribute(System.ComponentModel.LicenseProvider)]
[ToolboxDataAttribute("<{0}:LivePanel runat='server'>LivePanel</{0}:LivePanel>")]
public ref class LivePanel : public System.Web.UI.WebControls.Panel, ILiveControl  

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.PanelClass.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Panel
            Dart.LiveControls.LivePanel

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.