Search
VirtualKeyboard.SelectLayout Method
See Also
 






Selects a layout from the layout ring at the specified index.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public void SelectLayout (
    int index
)

Visual Basic  Copy Code

Public Sub SelectLayout( _
    index As Integer _
)

 Parameters

index

The index of the layout to select.

 Remarks

The specified LayoutRing element is assigned to TemplateLayout. To let users cycle through the ring using keyboard's UI, add LayoutRingKey to the layouts.

 See Also