Skip to content

E_Ekstrand_Windows_Forms_GroupBox_KeyPress

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

GroupBox.KeyPress 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 KeyPressEventHandler KeyPress

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event KeyPress As KeyPressEventHandler

C++

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

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member KeyPress : IEvent<KeyPressEventHandler,
    KeyPressEventArgs>

Value

Type: System.Windows.Forms.KeyPressEventHandler

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally