See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.TypeIntellisense
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.TypeIntellisense
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected override void OnTextBoxKeyDown( ListBox listControl, KeyEventArgs e ) |
| Visual Basic |
|---|
Protected Overrides Sub OnTextBoxKeyDown ( listControl As ListBox, e As KeyEventArgs ) |
| Visual C++ |
|---|
protected: virtual void OnTextBoxKeyDown( ListBox^ listControl, KeyEventArgs^ e ) override |
Parameters
- listControl
- Type: System.Windows.Forms..::..ListBox