A thin wrapper around the LinkLabel control providing support for automatic process execution.

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 LinkLabel : LinkLabel
Visual Basic
Public Class LinkLabel
	Inherits LinkLabel
Visual C++
public ref class LinkLabel : public LinkLabel
F#
type LinkLabel =  
    class
        inherit LinkLabel
    end

Inheritance Hierarchy

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

See Also