Constable Authorization Engine 2.0 BETA

KeyboardDrivenCheckedListBox Class

[This is preliminary documentation and subject to change.]

Implements a CheckedListBox 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 KeyboardDrivenCheckedListBox Members.

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

[Visual Basic]
Public Class KeyboardDrivenCheckedListBox
    Inherits CheckedListBox
[C#]
public class KeyboardDrivenCheckedListBox : CheckedListBox

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

KeyboardDrivenCheckedListBox Members | LaMarvin.Design.Controls Namespace