Constable Authorization Engine 2.0 BETA

KeyboardDrivenTreeView Class

[This is preliminary documentation and subject to change.]

Implements a TreeView that handles the Enter and Escape keys and raises the corresponding EnterPressed and EscapePressed events, respectively.

For a list of all members of this type, see KeyboardDrivenTreeView Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TreeView
               LaMarvin.Design.Controls.KeyboardDrivenTreeView

[Visual Basic]
Public Class KeyboardDrivenTreeView
    Inherits TreeView
[C#]
public class KeyboardDrivenTreeView : TreeView

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LaMarvin.Design.Controls

Assembly: LaMarvin.Design (in LaMarvin.Design.dll)

See Also

KeyboardDrivenTreeView Members | LaMarvin.Design.Controls Namespace