Piccolo.NET

PInputEventArgs.Control Property

Gets a value indicating whether the CTRL key was pressed.

public virtual bool Control {get;}

Property Value

True if the CTRL key was pressed; otherwise, false.

Exceptions

Exception TypeCondition
InvalidOperationException Thrown if the event is not a key event.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace