Keyboard_debugTextBlock Field

A reference to the debug TextBlock that will show debug information if the IsDebugInfoShownProperty is set to true.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
protected TextBlock? _debugTextBlock

Field Value

TextBlock

Remarks

The TextBlock is extracted from the Keyboard's ControlTemplate.

See Also