ToggleKey Class

A key class that will change state only once when clicked.

Definition

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

Constructors

Properties

StyleKeyOverride Gets the type by which the element is styled.
(Overrides StyledElement.StyleKeyOverride)

Methods

Fields

_skipRelease Determines the behaviour of the button, depending on which state we are in.

See Also