DotNetNuke 5.2
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) Version: 5.2.0.275

Syntax

C#
public class SectionHeadControl : UserControl
Visual Basic (Declaration)
Public Class SectionHeadControl _
	Inherits UserControl
Visual C++
public ref class SectionHeadControl : public 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