Re: Getting the keyboard state (C#)
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 02/03/04
- Next message: Felix Wang: "RE: How to handle strings in code"
- Previous message: Trev Hunter: "Re: Focus Problems with MDI child forms"
- In reply to: Charles Randall: "Getting the keyboard state (C#)"
- Next in thread: Charles Randall: "Re: Getting the keyboard state (C#)"
- Reply: Charles Randall: "Re: Getting the keyboard state (C#)"
- Messages sorted by: [ date ] [ thread ]
Date: 03 Feb 2004 13:21:23 +0100
* =?Utf-8?B?Q2hhcmxlcyBSYW5kYWxs?= <anonymous@discussions.microsoft.com> scripsit:
> In a MouseDown event, I want to find out what modifier keys are being
> held down to change the behavior of my program. I can't, however, seem
> to find a way of doing this. Can anyone offer any suggestions?
Just check out 'Control.ModifierKeys'.
-- Herfried K. Wagner [MVP] <http://www.mvps.org/dotnet>
- Next message: Felix Wang: "RE: How to handle strings in code"
- Previous message: Trev Hunter: "Re: Focus Problems with MDI child forms"
- In reply to: Charles Randall: "Getting the keyboard state (C#)"
- Next in thread: Charles Randall: "Re: Getting the keyboard state (C#)"
- Reply: Charles Randall: "Re: Getting the keyboard state (C#)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|