summaryT:DotNetNuke.UI.WebControls.DNNTab

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DNNTab : WebControl, INamingContainer
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> 
Public Class DNNTab
	Inherits WebControl
	Implements INamingContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      DotNetNuke.UI.WebControls..::..DNNTab

See Also