The RenderSectionHeaderEventArgs type exposes the following members.

Constructors

  Name Description
Public method RenderSectionHeaderEventArgs
Initializes a new instance of the RenderSectionHeaderEventArgs class.

Methods

  Name Description
Public method Render
Renders the field into the designer surface.

Properties

  Name Description
Public property Bounds
Gets the Rectangle where the section header will be rendered.
Public property Graphics
Gets the Graphics object where the section header will be rendered.
Public property GroupDescription
Gets or sets the text that describes the Group that owns the section.
Public property Handled
Gets or sets a value that determines whether the event has been handled.
Public property Section
Gets the Section that owns the section header.
Public property SectionDescription
Gets or sets the text that describes the Section.

See Also