Gets or sets a list of keyboard layouts that can be cycled through.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms
SyntaxC#
Copy Code
|
|---|
List<KeyboardLayout> LayoutRing { get; set; } |
Visual Basic
Copy Code
|
|---|
Property LayoutRing As List(Of KeyboardLayout) |
See Also