Tight wrapper around stock TreeView control. Enforces Vista drawing and styles 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 TreeView : TreeView
Visual Basic
Public Class TreeView
	Inherits TreeView
Visual C++
public ref class TreeView : public TreeView
F#
type TreeView =  
    class
        inherit TreeView
    end

Inheritance Hierarchy

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

See Also