Constable Authorization Engine 2.0 BETA

KeyboardDrivenCheckedListBox.ProcessDialogKey Method 

[This is preliminary documentation and subject to change.]

Overrides the method by handling the Enter and Escape keys and raising the appropriate events.

[Visual Basic]
Overrides Protected Function ProcessDialogKey( _
   ByVal keyData As Keys _
) As Boolean
[C#]
protected override bool ProcessDialogKey(
   Keys keyData
);

See Also

KeyboardDrivenCheckedListBox Class | LaMarvin.Design.Controls Namespace