gpt4 book ai didi

c# - 在 C# 中测试 'Ctrl' keydown

转载 作者:太空狗 更新时间:2023-10-29 18:07:59 26 4
gpt4 key购买 nike

如何在 Windows Forms 中测试 Ctrl/C#?

最佳答案

bool ctrl = ((Control.ModifierKeys & Keys.Control) == Keys.Control);

关于c# - 在 C# 中测试 'Ctrl' keydown,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1143567/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com