Piccolo.NET

PInputEventArgs.DragDropKeyState Property

Gets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.

public virtual int DragDropKeyState {get;}

Property Value

The current state of the SHIFT, CTRL, and ALT keys and of the mouse buttons.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a drag drop event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace