LabelControl is a user control that provides all the server code to manage a label, including localization, 508 support and help.

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

Syntax

C#
public abstract class LabelControl : UserControl
Visual Basic
Public MustInherit Class LabelControl
	Inherits UserControl

Remarks

To implement help, the control uses the ClientAPI interface. In particular the javascript function __dnn_Help_OnClick()

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.UserControls..::..LabelControl

See Also