KeyboardControlResizeToLayout Method

Changes the Size of KeyboardControl so that it matches the size of the loaded keyboard layout.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public virtual void ResizeToLayout()

Exceptions

InvalidOperationExceptionThrown, if there is no keyboard layout loaded.

See Also