This is a simple derived label control that draws the label text followed by a dividing line to the right of the text.

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

Syntax

C#
public class DividerLabel : Label
Visual Basic
Public Class DividerLabel _
	Inherits Label

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..Label
          SandcastleBuilder.Utils.Controls..::..DividerLabel

See Also