Search
KeyboardLayout.Keys Property
See Also
 






Gets or sets the keys displayed in this layout.

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

 Syntax

C#  Copy Code

public List<Key> Keys { get; set; }

Visual Basic  Copy Code

Public Property Keys As List(Of Key)

 Property Value

 See Also