MindFusion.Virtual Keyboard for WinForms 5.1

Released: Oct 24, 2025

Aggiornamenti in 5.1

Funzionalità

Layout Ring

  • You can define a sequence of keyboard layouts that can be cycled through by setting the LayoutRing property.
  • Added LayoutRingKey to your layouts to let users cycle through the list.
  • Layouts from this list are automatically assigned to TemplateLayout when user presses the LayoutRingKey, or if you call the SelectLayout method from code.
  • The KeyboardLayout class includes two new properties to control the appearance of the LayoutRingKey: Image and Label. One of these is displayed by the key to indicate the next layout in the cycle, following this priority:
  1. If the next layout has a non-null / empty Image property, that image is displayed.
  2. If there is no Image assigned to the layout, but the Label property is set, that text is displayed as key's Content.
  3. If neither Image nor Label is set, the key will display the Unicode keyboard symbol (U+2328) as a fallback.

SVG Images

  • The Image property of Key class can now be set to the file name of an SVG (Scalable Vector Graphics) drawing, in addition to bitmap file formats supported by older versions of the control.

Miscellaneous

  • Added new color schemes added to Theme enumeration.
  • The Stretch property now specifies how the control fills available space in its parent element.
  • ImageAlign property of KeyTemplate now specifies how images are aligned relatively to keys' bounding rectangles.

Correzioni

Miscellaneous

  • Keyboard Creator fixes.