A thin wrapper around the Label control providing formattable (string.Format) text.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class Label : Label
Visual Basic
Public Class Label
	Inherits Label
Visual C++
public ref class Label : public Label
F#
type Label =  
    class
        inherit Label
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..Label
          System.Extensions.Windows.Forms..::..Label

See Also