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


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

1、toolStripButton的属性DisplayStyle设置为ImageAndText

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