c#按钮button1和button2的背景变成窗体里的背景,而不是自带的白色按钮|...

发布网友 发布时间:2024-10-24 01:18

我来回答

3个回答

热心网友 时间:2024-10-31 14:37

this.button1.FlatStyle = FlatStyle.Flat;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.BackColor = Color.Transparent;
// 设置鼠标移入和点下背景
this.button1.FlatAppearance.MouseDownBackColor = Color.Transparent;
this.button1.FlatAppearance.MouseOverBackColor = Color.Transparent;

热心网友 时间:2024-10-31 14:37

试一试backcolor=Transparent 该buton的backgroundimage改成需要的

热心网友 时间:2024-10-31 14:34

给它加张背景图片,和窗体一样的就ok

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com