Skip to content

E_Ekstrand_Windows_Forms_GroupBox_KeyDown

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.KeyDown Event

Occurs when the user presses a key while the GroupBox control has focus.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public event KeyEventHandler KeyDown

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event KeyDown As KeyEventHandler

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
 event KeyEventHandler^ KeyDown {
	void add (KeyEventHandler^ value);
	void remove (KeyEventHandler^ value);
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member KeyDown : IEvent<KeyEventHandler,
    KeyEventArgs>

Value

Type: System.Windows.Forms.KeyEventHandler

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally