Search
Key.IsPressed Property
See Also
 






Set to true when this key is pressed down by the user.

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

 Syntax

C#  Copy Code

public bool IsPressed { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsPressed As Boolean

 Property Value

 See Also