Constable Authorization Engine 2.0 BETA

KeyboardDrivenListBox Class

[This is preliminary documentation and subject to change.]

Implements a ListBox 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 KeyboardDrivenListBox Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ListControl
               System.Windows.Forms.ListBox
                  LaMarvin.Design.Controls.KeyboardDrivenListBox

[Visual Basic]
Public Class KeyboardDrivenListBox
    Inherits ListBox
[C#]
public class KeyboardDrivenListBox : ListBox

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

KeyboardDrivenListBox Members | LaMarvin.Design.Controls Namespace