Piccolo.NET

PInputEventArgs.Modifiers Property

Gets the modifier flags. This indicates which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed.

public virtual System.Windows.Forms.Keys Modifiers {get;}

Property Value

A Keys value representing one or more modifier flags.

Remarks

If IsKeyEvent returns false, this value is equivalent to the value of Control.ModifierKeys

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace