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



Represents a label control, which displays text on a Web page.

Syntax

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

Remarks

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

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Label
            Dart.LiveControls.LiveLabel

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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