An implementation of the CommandLink. Uses native support on Vista with Visual Styles enabled. Will provide a rendered approximation as needed.

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

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ButtonBase
          System.Windows.Forms..::..Button
            System.Extensions.Windows.Forms..::..CommandLink

See Also