summaryT:DotNetNuke.UI.WebControls.DNNLabelEdit

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

Syntax

C#
public class DNNLabelEdit : Label, 
	IPostBackEventHandler, IClientAPICallbackEventHandler, IDNNToolBar, IDNNToolBarSupportedActions
Visual Basic
Public Class DNNLabelEdit
	Inherits Label
	Implements IPostBackEventHandler, IClientAPICallbackEventHandler, IDNNToolBar, IDNNToolBarSupportedActions

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..Label
        DotNetNuke.UI.WebControls..::..DNNLabelEdit

See Also