Table of Contents

Method BubbleTextInput

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

BubbleTextInput(char, out bool)

Calls BubbleKeyPress(KeyPressEventArgs) for the focused control with the specified parameters.

public static void BubbleTextInput(char keyChar, out bool handled)

Parameters

keyChar char

Character of the pressed Key.

handled bool

Result of the key procesing.