SectionHeadControl is a user control that provides all the server code to allow a section to be collapsed/expanded, using user provided images for the button.

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

Syntax

C#
public class SectionHeadControl : UserControl
Visual Basic
Public Class SectionHeadControl
	Inherits UserControl

Remarks

To use this control the user must provide somewhere in the asp page the implementation of the javascript required to expand/collapse the display.

Inheritance Hierarchy

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

See Also