Search
BehaviorBase.IsKeyDown Method
See Also
 






Indicates whether the provided key is currently pressed down.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool IsKeyDown (
    VirtualKey key
)

Visual Basic  Copy Code

Protected Function IsKeyDown( _
    key As VirtualKey _
) As Boolean

 Parameters

key

The virtual key that maps to the key that is being checked.

 Return Value

 See Also