gpt4 book ai didi

c# - 删除按钮的文本轮廓

转载 作者:太空宇宙 更新时间:2023-11-03 20:12:35 24 4
gpt4 key购买 nike

如何在点击时移除按钮文本中的矩形?

enter image description here

最佳答案

尝试创建您自己的按钮以关闭 ShowFocusCues 属性:

public class MyButton : Button {
protected override bool ShowFocusCues {
get {
return false;
}
}
}

用这个替换您正在使用的按钮。

关于c# - 删除按钮的文本轮廓,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19056543/

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