Click or drag to resize

MouseEventArgsModifiers Property

Gets the key modifiers such as Control, Alt, or Shift.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Keys Modifiers { get; }

Property Value

Type: Keys
The key modifiers.
See Also