Gets the modifier flags for a Control.KeyDown or Control.KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.
Documentation for this section has not yet been entered.
To determine whether a specific modifier key was pressed, use the KeyEventArgs.Control, KeyEventArgs.Shift, and KeyEventArgs.Alt properties. Modifier flags can be combined with bitwise OR.