Search
ExtendedKey.Keys Property
See Also
 






List of regular keys sent by this key.

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