C# WinForm中工具栏上如何既显示文字又显示图片

来源:互联网 发布:淘宝退货规则大全 编辑:程序博客网 时间:2024/04/30 00:28

C# WinForm中工具栏上如何既显示文字又显示图片


1、toolStripButton的属性DisplayStyle设置为ImageAndText


2、toolStripButton的属性TextImageRelation设置为ImageAboveText,可以按需调整

0 0
原创粉丝点击