SDG Toolkit

SdgKeyEventArgs.Shift Property

Gets a boolean value representing the current state of the Shift key

public bool Shift {get; set;}

Remarks

This is a simple utility to determine if the either or both of the Shift keys are pressed down. The caps lock key is also taken into consideration for this value

Example

C# Eg., if (true == e.Shift) {}

See Also

SdgKeyEventArgs Class | Sdgt Namespace