Gets a boolean value representing the current state of the Shift key
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
C# Eg., if (true == e.Shift) {}