Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.Windows.Forms.Keys値から KeyCode フラグ (修飾子のない値) 自体を抽出するにはどうすればよいSystem.Windows.Forms.Keysですか?
System.Windows.Forms.Keys
KeysにフラグKeys.Control、Keys.ShiftおよびがあるとしましょうKeys.A。Keys.Aフラグを抽出したいのですが、そのKeysフラグ (修飾子を含む) は可変です。
Keys
Keys.Control
Keys.Shift
Keys.A