Table of Contents

Method BubbleKeyDown

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BubbleKeyDown(Key, ModifierKeys, uint, out bool, char, KeyStates)

Calls BubbleKeyDown(KeyEventArgs) for the focused control with the specified parameters.

public static void BubbleKeyDown(Key key, ModifierKeys modifiers, uint repeatCount, out bool handled, char keyChar, KeyStates keyStates = KeyStates.Down)

Parameters

key Key

Key code.

modifiers ModifierKeys

The set of modifier keys pressed at the time when event was received.

repeatCount uint

Key repeat count.

handled bool

Result of the key procesing.

keyChar char

Key char.

keyStates KeyStates

The state of the key referenced by the event. Optional. Equals Down if not specified.

BubbleKeyDown(KeyEventArgs)

public virtual void BubbleKeyDown(KeyEventArgs e)

Parameters

e KeyEventArgs

Event arguments.