M mdb May 19, 2005 #1 I want to determine whether the SHIFT key is depressed, but NOT during a key up/down/pressed event. How can I do that?
I want to determine whether the SHIFT key is depressed, but NOT during a key up/down/pressed event. How can I do that?
M Morten Wennevik May 19, 2005 #2 Hi mdb, You can use the static Control.ModifierKeys property to determine the state of Shift/Alt/Control. There is also the Control.MouseButtons property for checking the Mouse outside the Mouse Events
Hi mdb, You can use the static Control.ModifierKeys property to determine the state of Shift/Alt/Control. There is also the Control.MouseButtons property for checking the Mouse outside the Mouse Events