Search
KeyboardEventArgs.Modifiers Property
See Also
 





Gets the keyboard modifiers related to the event.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Key Modifiers { get; }

Visual Basic  Copy Code

Public ReadOnly Property Modifiers As Key

 Property Value

A member of the Key enumeration.

 Remarks

This property is relevant for KeyDown and KeyUp events.

 See Also