This is a simple derived group box control that draws the label text followed by a dividing line to the right of the text but no other surrounding border.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class DividerGroupBox : GroupBox
Visual Basic
Public Class DividerGroupBox _
	Inherits GroupBox

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..GroupBox
          SandcastleBuilder.Utils.Controls..::..DividerGroupBox

See Also