SimpleUS_Special_KeyboardLayout Class

A prebuilt Simple US Special Layout.

Definition

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

Remarks

It contains the state of the keyboard when the more-characters key is pressed.

Constructors

SimpleUS_Special_KeyboardLayout Creates a new instance of SimpleUS_Special_KeyboardLayout.

Properties

LayoutName A name used to differentiate the Layout from other layouts.
(Overrides KeyboardLayoutLayoutName)

Methods

InitializeComponent Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).

See Also