Search
VirtualKeyboard.Mode Property
See Also
 






Gets or sets the layout mode.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public KeyboardMode Mode { get; set; }

Visual Basic  Copy Code

Public Property Mode As KeyboardMode

 Property Value

A member of the KeyboardMode enumeration.

 Remarks

The component includes two predefined keyboard layouts identified by the KeyboardMode enumeration. The Default layout is similar to a laptop keyboard without a numpad. Extended mode corresponds to a full keyboard with numpad and navigational key sections.

Set Custom mode to load layouts from LayoutsFolder, or generate them from TemplateLayout.

 See Also