仅显示 ToolStripMenuItem 图标
我有一个 Windows 窗体 ToolStripSplitButton,它仅显示一个图标。我添加了一些 ToolStripMenuItems 并将其 DisplayStyle 设置为 ToolStripItemDisplayStyle.Image。下拉列表显示文本区域(但它是空白的),以及空白文本区域左侧的图像。有没有办法去掉文本区域,只显示图标?
I have a Windows Forms ToolStripSplitButton which shows only an icon. I have added some ToolStripMenuItems and I have set their DisplayStyle to ToolStripItemDisplayStyle.Image. The drop down display the area for text (but it's blank), and the image to the left of the empty text area. Is there a way to get rid of the text area so it only displays the icon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ToolStripSplitButton 的 DropDown 上设置这些属性:
Set these properties on the DropDown of the ToolStripSplitButton: