KeyboardLayout Class

A UserControl that represents a generic empty Keyboard Layout.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public abstract class KeyboardLayout : UserControl
Inheritance
Object    AvaloniaObject    Animatable    StyledElement    Visual    Layoutable    Interactive    InputElement    Control    TemplatedControl    ContentControl    UserControl    KeyboardLayout
Derived
More

Remarks

To create a specific Keyboard Layout you should derive from this class.

Constructors

KeyboardLayout Creates a new instance of KeyboardLayout.

Properties

LayoutName A name used to differentiate the Layout from other layouts.

Methods

HandleSpecialKey This method is used to add custom handling for SpecialKey's and their combinations.

See Also